#24459E

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

Shades of Egyptian Blue #24459E

Tints of Egyptian Blue #24459E

Color information

#24459E (or 0x24459E) is unknown color: approx Egyptian Blue. HEX triplet: 24, 45 and 9E. RGB value is (36,69,158). Sum of RGB (Red+Green+Blue) = 36+69+158=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #24459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24459E is #DBBA61. Grayscale: #444444. Windows color (decimal): -14400098 or 10372388. OLE color: 10372388.

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

Color convert

RGB3669158-
CMYK0.770.5600.38
HSL223.77º62.89%38.04%-
HSV(B)223.77º77.22%61.96%-
XYZ9.037.133.24-
YUV69.28178.07104.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.69%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=13.69%
G=26.24%
B=60.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36691580.770.5600.38223.7762.8938.04
Hex24459E4D38026e03f26
Octal44105236115700463407746
Binary1001001000101100111101001101111000010011011100000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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