Html Css Color HEX #24409D Egyptian Blue

📋 copy color: '#24409D'

red 36 ◦ green 64 ◦ blue 157

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

Shades of Egyptian Blue #24409D

Tints of Egyptian Blue #24409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

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

R = 14.01%
G = 24.9%
B = 61.09%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24409D (or 0x24409D) is known color: Egyptian Blue. HEX triplet: 24, 40 and 9D. RGB value is (36,64,157). Sum of RGB (Red+Green+Blue) = 36+64+157=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #24409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24409D is #DBBF62. Grayscale: #414141. Windows color (decimal): -14401379 or 10305572. OLE color: 10305572.

HSL color Cylindrical-coordinate representation of color #24409D: hue angle of 226.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 #24409D is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 64 157 -
CMYK 0.77 0.59 0 0.38
HSL 226.12º 0.63% 0.38% -
HSV(B) 226.12º 0.77% 0.62% -
XYZ 8.65 6.48 32.69 -
YUV 66.23 179.22 106.44 -
System Red Green Blue C M Y K H S L
Decimal 36 64 157 0.77 0.59 0 0.38 226.12 0.63 0.38
Hex 24 40 9D 4D 3B 0 26 E2 3F 26
Octal 44 100 235 115 73 0 46 342 77 46
Binary 100100 1000000 10011101 1001101 111011 0 100110 11100010 111111 100110

Color Harmonies of #24409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24409D

Black with #24409D

Text Example


Text Example

White with #24409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24409D; }

 p { color: rgb(36,64,157); }

 H1.HeaderClassName
 {
   color: #24409D;
 }
 .AnyTagClassName
 {
   color: #24409D;
 }
</style>

background-color css

<style>
 a { background-color: #24409D; }

 a { background-color: rgb(36,64,157); }

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

border-color css

<style>
 span { border-color: #24409D; }

 span { border-color: rgb(36,64,157); }

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