#24429d

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

Shades of Egyptian Blue #24429D

Tints of Egyptian Blue #24429D

Color information

#24429D (or 0x24429D) is unknown color: approx Egyptian Blue. HEX triplet: 24, 42 and 9D. RGB value is (36,66,157). Sum of RGB (Red+Green+Blue) = 36+66+157=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #24429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24429D is #DBBD62. Grayscale: #434343. Windows color (decimal): -14400867 or 10306084. OLE color: 10306084.

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

Color convert

RGB3666157-
CMYK0.770.5800.38
HSL225.12º62.69%37.84%-
HSV(B)225.12º77.07%61.57%-
XYZ8.766.7132.73-
YUV67.4178.56105.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.90%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 157 (61.72% from 255) = 60.62%
R=13.90%
G=25.48%
B=60.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36661570.770.5800.38225.1262.6937.84
Hex24429D4D3A026e13f26
Octal44102235115720463417746
Binary1001001000010100111011001101111010010011011100001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24429d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24429d; }

 p { color: rgb(36,66,157); }

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

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

 a { background-color: rgb(36,66,157); }

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

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

 span { border-color: rgb(36,66,157); }

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