#242F91

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

Shades of Egyptian Blue #242F91

Tints of Egyptian Blue #242F91

Color information

#242F91 (or 0x242F91) is unknown color: approx Egyptian Blue. HEX triplet: 24, 2F and 91. RGB value is (36,47,145). Sum of RGB (Red+Green+Blue) = 36+47+145=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #242F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242F91 is #DBD06E. Grayscale: #363636. Windows color (decimal): -14405743 or 9514788. OLE color: 9514788.

HSL color Cylindrical-coordinate representation of color #242F91: hue angle of 233.94º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #242F91 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3647145-
CMYK0.750.6800.43
HSL233.94º60.22%35.49%-
HSV(B)233.94º75.17%56.86%-
XYZ6.854.4527.29-
YUV54.88178.86114.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.79%
GREEN value IS 47 (18.75% from 255) = 20.61%
BLUE value IS 145 (57.03% from 255) = 63.60%
R=15.79%
G=20.61%
B=63.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36471450.750.6800.43233.9460.2235.49
Hex242F914B4402Bea3c23
Octal44572211131040533527443
Binary1001001011111001000110010111000100010101111101010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242F91; }

 p { color: rgb(36,47,145); }

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

<style>
 a { background-color: #242F91; }

 a { background-color: rgb(36,47,145); }

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

<style>
 span { border-color: #242F91; }

 span { border-color: rgb(36,47,145); }

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