Html Css Color HEX #24439E Egyptian Blue

📋 copy color: '#24439E'

red 36 ◦ green 67 ◦ blue 158

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

Shades of Egyptian Blue #24439E

Tints of Egyptian Blue #24439E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

 BLUE value IS 158 (62.11% from 255) = 60.54%

R = 13.79%
G = 25.67%
B = 60.54%

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

#24439E (or 0x24439E) is known color: Egyptian Blue. HEX triplet: 24, 43 and 9E. RGB value is (36,67,158). Sum of RGB (Red+Green+Blue) = 36+67+158=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #24439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24439E is #DBBC61. Grayscale: #434343. Windows color (decimal): -14400610 or 10371876. OLE color: 10371876.

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

Color convert

RGB 36 67 158 -
CMYK 0.77 0.58 0 0.38
HSL 224.75º 0.63% 0.38% -
HSV(B) 224.75º 0.77% 0.62% -
XYZ 8.91 6.86 33.2 -
YUV 68.11 178.73 105.1 -
System Red Green Blue C M Y K H S L
Decimal 36 67 158 0.77 0.58 0 0.38 224.75 0.63 0.38
Hex 24 43 9E 4D 3A 0 26 E1 3F 26
Octal 44 103 236 115 72 0 46 341 77 46
Binary 100100 1000011 10011110 1001101 111010 0 100110 11100001 111111 100110

Color Harmonies of #24439E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24439E

Black with #24439E

Text Example


Text Example

White with #24439E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24439E;
 }
 .AnyTagClassName
 {
   color: #24439E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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