#242891

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

Shades of Egyptian Blue #242891

Tints of Egyptian Blue #242891

Color information

#242891 (or 0x242891) is unknown color: approx Egyptian Blue. HEX triplet: 24, 28 and 91. RGB value is (36,40,145). Sum of RGB (Red+Green+Blue) = 36+40+145=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #242891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242891 is #DBD76E. Grayscale: #323232. Windows color (decimal): -14407535 or 9512996. OLE color: 9512996.

HSL color Cylindrical-coordinate representation of color #242891: hue angle of 237.8º 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 #242891 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3640145-
CMYK0.750.7200.43
HSL237.8º60.22%35.49%-
HSV(B)237.8º75.17%56.86%-
XYZ6.63.9427.2-
YUV50.77181.17117.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.29%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 145 (57.03% from 255) = 65.61%
R=16.29%
G=18.10%
B=65.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36401450.750.7200.43237.860.2235.49
Hex2428914B4802Bee3c23
Octal44502211131100533567443
Binary1001001010001001000110010111001000010101111101110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242891; }

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

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

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

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

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

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

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

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