#24409E

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

Shades of Egyptian Blue #24409E

Tints of Egyptian Blue #24409E

Color information

#24409E (or 0x24409E) is unknown color: approx Egyptian Blue. HEX triplet: 24, 40 and 9E. RGB value is (36,64,158). Sum of RGB (Red+Green+Blue) = 36+64+158=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #24409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24409E is #DBBF61. Grayscale: #414141. Windows color (decimal): -14401378 or 10371108. OLE color: 10371108.

HSL color Cylindrical-coordinate representation of color #24409E: hue angle of 226.23º 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 #24409E is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3664158-
CMYK0.770.5900.38
HSL226.23º62.89%38.04%-
HSV(B)226.23º77.22%61.96%-
XYZ8.736.5133.14-
YUV66.34179.72106.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.95%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 158 (62.11% from 255) = 61.24%
R=13.95%
G=24.81%
B=61.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36641580.770.5900.38226.2362.8938.04
Hex24409E4D3B026e23f26
Octal44100236115730463427746
Binary1001001000000100111101001101111011010011011100010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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