Html Css Color HEX #24429D Egyptian Blue

📋 copy color: '#24429D'

red 36 ◦ green 66 ◦ blue 157

#24429D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #24429D

Tints of Egyptian Blue #24429D

RGB

 RED value IS 36 (14.45% from 255) = 13.9%

 GREEN value IS 66 (26.17% from 255) = 25.48%

 BLUE value IS 157 (61.72% from 255) = 60.62%

R = 13.9%
G = 25.48%
B = 60.62%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24429D (or 0x24429D) is known color: 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

RGB 36 66 157 -
CMYK 0.77 0.58 0 0.38
HSL 225.12º 0.63% 0.38% -
HSV(B) 225.12º 0.77% 0.62% -
XYZ 8.76 6.71 32.73 -
YUV 67.4 178.56 105.6 -
System Red Green Blue C M Y K H S L
Decimal 36 66 157 0.77 0.58 0 0.38 225.12 0.63 0.38
Hex 24 42 9D 4D 3A 0 26 E1 3F 26
Octal 44 102 235 115 72 0 46 341 77 46
Binary 100100 1000010 10011101 1001101 111010 0 100110 11100001 111111 100110

Color Harmonies of #24429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24429D

Black with #24429D

Text Example


Text Example

White with #24429D

Text Example


Text Example

HTML Codes & Css Web 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>