#24409F

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

Shades of Egyptian Blue #24409F

Tints of Egyptian Blue #24409F

Color information

#24409F (or 0x24409F) is unknown color: approx Egyptian Blue. HEX triplet: 24, 40 and 9F. RGB value is (36,64,159). Sum of RGB (Red+Green+Blue) = 36+64+159=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #24409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24409F is #DBBF60. Grayscale: #424242. Windows color (decimal): -14401377 or 10436644. OLE color: 10436644.

HSL color Cylindrical-coordinate representation of color #24409F: hue angle of 226.34º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24409F is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3664159-
CMYK0.770.6000.38
HSL226.34º63.08%38.24%-
HSV(B)226.34º77.36%62.35%-
XYZ8.826.5533.6-
YUV66.46180.22106.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.90%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 159 (62.5% from 255) = 61.39%
R=13.90%
G=24.71%
B=61.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36641590.770.6000.38226.3463.0838.24
Hex24409F4D3C026e23f26
Octal44100237115740463427746
Binary1001001000000100111111001101111100010011011100010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24409F; }

 p { color: rgb(36,64,159); }

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

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

 a { background-color: rgb(36,64,159); }

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

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

 span { border-color: rgb(36,64,159); }

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