Html Css Color HEX #24429B Egyptian Blue

📋 copy color: '#24429B'

red 36 ◦ green 66 ◦ blue 155

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

Shades of Egyptian Blue #24429B

Tints of Egyptian Blue #24429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.31%

R = 14.01%
G = 25.68%
B = 60.31%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24429B (or 0x24429B) is known color: Egyptian Blue. HEX triplet: 24, 42 and 9B. RGB value is (36,66,155). Sum of RGB (Red+Green+Blue) = 36+66+155=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #24429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24429B is #DBBD64. Grayscale: #424242. Windows color (decimal): -14400869 or 10175012. OLE color: 10175012.

HSL color Cylindrical-coordinate representation of color #24429B: hue angle of 224.87º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24429B is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 66 155 -
CMYK 0.77 0.57 0 0.39
HSL 224.87º 0.62% 0.37% -
HSV(B) 224.87º 0.77% 0.61% -
XYZ 8.59 6.64 31.84 -
YUV 67.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 36 66 155 0.77 0.57 0 0.39 224.87 0.62 0.37
Hex 24 42 9B 4D 39 0 27 E1 3E 25
Octal 44 102 233 115 71 0 47 341 76 45
Binary 100100 1000010 10011011 1001101 111001 0 100111 11100001 111110 100101

Color Harmonies of #24429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24429B

Black with #24429B

Text Example


Text Example

White with #24429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24429B;
 }
 .AnyTagClassName
 {
   color: #24429B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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