#262CA3

Color #262CA3 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #262CA3

Tints of Egyptian Blue #262CA3

Color information

#262CA3 (or 0x262CA3) is unknown color: approx Egyptian Blue. HEX triplet: 26, 2C and A3. RGB value is (38,44,163). Sum of RGB (Red+Green+Blue) = 38+44+163=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 163 (64.06% from 255 or 66.53% from 245); Max value from RGB is 163 - color contains mainly: blue. Hex color #262CA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262CA3 is #D9D35C. Grayscale: #373737. Windows color (decimal): -14275421 or 10693670. OLE color: 10693670.

HSL color Cylindrical-coordinate representation of color #262CA3: hue angle of 237.12º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #262CA3 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3844163-
CMYK0.770.7300.36
HSL237.12º62.19%39.41%-
HSV(B)237.12º76.69%63.92%-
XYZ8.314.8635.15-
YUV55.77188.51115.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 15.51%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 163 (64.06% from 255) = 66.53%
R=15.51%
G=17.96%
B=66.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38441630.770.7300.36237.1262.1939.41
Hex262CA34D49024ed3e27
Octal46542431151110443557647
Binary1001101011001010001110011011001001010010011101101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262CA3; }

 p { color: rgb(38,44,163); }

 H1.HeaderClassName
 {
   color: #262CA3;
 }
 .AnyTagClassName
 {
   color: #262CA3;
 }
</style>
background-color css

<style>
 a { background-color: #262CA3; }

 a { background-color: rgb(38,44,163); }

 div.DivClassName
 {
   background-color: #262CA3;
 }
 .BgClassName
 {
   background-color: #262CA3;
 }
</style>
border-color css

<style>
 span { border-color: #262CA3; }

 span { border-color: rgb(38,44,163); }

 td.TdClassName
 {
   border-color: #262CA3;
 }
 .TagClassName
 {
   border-color: #262CA3;
 }
</style>