Html Css Color HEX #24469D Egyptian Blue

📋 copy color: '#24469D'

red 36 ◦ green 70 ◦ blue 157

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

Shades of Egyptian Blue #24469D

Tints of Egyptian Blue #24469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 13.69%
G = 26.62%
B = 59.7%

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

#24469D (or 0x24469D) is known color: Egyptian Blue. HEX triplet: 24, 46 and 9D. RGB value is (36,70,157). Sum of RGB (Red+Green+Blue) = 36+70+157=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #24469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24469D is #DBB962. Grayscale: #454545. Windows color (decimal): -14399843 or 10307108. OLE color: 10307108.

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

Color convert

RGB 36 70 157 -
CMYK 0.77 0.55 0 0.38
HSL 223.14º 0.63% 0.38% -
HSV(B) 223.14º 0.77% 0.62% -
XYZ 9 7.19 32.81 -
YUV 69.75 177.24 103.93 -
System Red Green Blue C M Y K H S L
Decimal 36 70 157 0.77 0.55 0 0.38 223.14 0.63 0.38
Hex 24 46 9D 4D 37 0 26 DF 3F 26
Octal 44 106 235 115 67 0 46 337 77 46
Binary 100100 1000110 10011101 1001101 110111 0 100110 11011111 111111 100110

Color Harmonies of #24469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24469D

Black with #24469D

Text Example


Text Example

White with #24469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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