Html Css Color HEX #24299E Egyptian Blue

📋 copy color: '#24299E'

red 36 ◦ green 41 ◦ blue 158

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

Shades of Egyptian Blue #24299E

Tints of Egyptian Blue #24299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.45%

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

R = 15.32%
G = 17.45%
B = 67.23%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24299E (or 0x24299E) is known color: Egyptian Blue. HEX triplet: 24, 29 and 9E. RGB value is (36,41,158). Sum of RGB (Red+Green+Blue) = 36+41+158=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #24299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24299E is #DBD661. Grayscale: #343434. Windows color (decimal): -14407266 or 10365220. OLE color: 10365220.

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

Color convert

RGB 36 41 158 -
CMYK 0.77 0.74 0 0.38
HSL 237.54º 0.63% 0.38% -
HSV(B) 237.54º 0.77% 0.62% -
XYZ 7.69 4.43 32.8 -
YUV 52.84 187.34 115.99 -
System Red Green Blue C M Y K H S L
Decimal 36 41 158 0.77 0.74 0 0.38 237.54 0.63 0.38
Hex 24 29 9E 4D 4A 0 26 EE 3F 26
Octal 44 51 236 115 112 0 46 356 77 46
Binary 100100 101001 10011110 1001101 1001010 0 100110 11101110 111111 100110

Color Harmonies of #24299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24299E

Black with #24299E

Text Example


Text Example

White with #24299E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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