#243EA2

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

Shades of Egyptian Blue #243EA2

Tints of Egyptian Blue #243EA2

Color information

#243EA2 (or 0x243EA2) is unknown color: approx Egyptian Blue. HEX triplet: 24, 3E and A2. RGB value is (36,62,162). Sum of RGB (Red+Green+Blue) = 36+62+162=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #243EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243EA2 is #DBC15D. Grayscale: #414141. Windows color (decimal): -14401886 or 10632740. OLE color: 10632740.

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

Color convert

RGB3662162-
CMYK0.780.6200.36
HSL227.62º63.64%38.82%-
HSV(B)227.62º77.78%63.53%-
XYZ8.976.4334.95-
YUV65.63182.39106.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.85%
GREEN value IS 62 (24.61% from 255) = 23.85%
BLUE value IS 162 (63.67% from 255) = 62.31%
R=13.85%
G=23.85%
B=62.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal36621620.780.6200.36227.6263.6438.82
Hex243EA24E3E024e44027
Octal44762421167604434410047
Binary1001001111101010001010011101111100100100111001001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243EA2; }

 p { color: rgb(36,62,162); }

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

<style>
 a { background-color: #243EA2; }

 a { background-color: rgb(36,62,162); }

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

<style>
 span { border-color: #243EA2; }

 span { border-color: rgb(36,62,162); }

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