#242796

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

Shades of Egyptian Blue #242796

Tints of Egyptian Blue #242796

Color information

#242796 (or 0x242796) is unknown color: approx Egyptian Blue. HEX triplet: 24, 27 and 96. RGB value is (36,39,150). Sum of RGB (Red+Green+Blue) = 36+39+150=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #242796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242796 is #DBD869. Grayscale: #323232. Windows color (decimal): -14407786 or 9840420. OLE color: 9840420.

HSL color Cylindrical-coordinate representation of color #242796: hue angle of 238.42º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242796 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3639150-
CMYK0.760.7400.41
HSL238.42º61.29%36.47%-
HSV(B)238.42º76%58.82%-
XYZ6.964.0329.26-
YUV50.76184.01117.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 150 (58.98% from 255) = 66.67%
R=16%
G=17.33%
B=66.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36391500.760.7400.41238.4261.2936.47
Hex2427964C4A029ee3d24
Octal44472261141120513567544
Binary1001001001111001011010011001001010010100111101110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242796; }

 p { color: rgb(36,39,150); }

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

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

 a { background-color: rgb(36,39,150); }

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

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

 span { border-color: rgb(36,39,150); }

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