Html Css Color HEX #24449D Egyptian Blue

📋 copy color: '#24449D'

red 36 ◦ green 68 ◦ blue 157

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

Shades of Egyptian Blue #24449D

Tints of Egyptian Blue #24449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.05%

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

R = 13.79%
G = 26.05%
B = 60.15%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24449D (or 0x24449D) is known color: Egyptian Blue. HEX triplet: 24, 44 and 9D. RGB value is (36,68,157). Sum of RGB (Red+Green+Blue) = 36+68+157=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #24449D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24449D is #DBBB62. Grayscale: #444444. Windows color (decimal): -14400355 or 10306596. OLE color: 10306596.

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

Color convert

RGB 36 68 157 -
CMYK 0.77 0.57 0 0.38
HSL 224.13º 0.63% 0.38% -
HSV(B) 224.13º 0.77% 0.62% -
XYZ 8.88 6.94 32.77 -
YUV 68.58 177.9 104.76 -
System Red Green Blue C M Y K H S L
Decimal 36 68 157 0.77 0.57 0 0.38 224.13 0.63 0.38
Hex 24 44 9D 4D 39 0 26 E0 3F 26
Octal 44 104 235 115 71 0 46 340 77 46
Binary 100100 1000100 10011101 1001101 111001 0 100110 11100000 111111 100110

Color Harmonies of #24449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24449D

Black with #24449D

Text Example


Text Example

White with #24449D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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