Html Css Color HEX #24479E Egyptian Blue

📋 copy color: '#24479E'

red 36 ◦ green 71 ◦ blue 158

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

Shades of Egyptian Blue #24479E

Tints of Egyptian Blue #24479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.79%

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

R = 13.58%
G = 26.79%
B = 59.62%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24479E (or 0x24479E) is known color: Egyptian Blue. HEX triplet: 24, 47 and 9E. RGB value is (36,71,158). Sum of RGB (Red+Green+Blue) = 36+71+158=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #24479E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24479E is #DBB861. Grayscale: #464646. Windows color (decimal): -14399586 or 10372900. OLE color: 10372900.

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

Color convert

RGB 36 71 158 -
CMYK 0.77 0.55 0 0.38
HSL 222.79º 0.63% 0.38% -
HSV(B) 222.79º 0.77% 0.62% -
XYZ 9.15 7.35 33.28 -
YUV 70.45 177.4 103.43 -
System Red Green Blue C M Y K H S L
Decimal 36 71 158 0.77 0.55 0 0.38 222.79 0.63 0.38
Hex 24 47 9E 4D 37 0 26 DF 3F 26
Octal 44 107 236 115 67 0 46 337 77 46
Binary 100100 1000111 10011110 1001101 110111 0 100110 11011111 111111 100110

Color Harmonies of #24479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24479E

Black with #24479E

Text Example


Text Example

White with #24479E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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