Html Css Color HEX #24449C Egyptian Blue

📋 copy color: '#24449C'

red 36 ◦ green 68 ◦ blue 156

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

Shades of Egyptian Blue #24449C

Tints of Egyptian Blue #24449C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60%

R = 13.85%
G = 26.15%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24449C (or 0x24449C) is known color: Egyptian Blue. HEX triplet: 24, 44 and 9C. RGB value is (36,68,156). Sum of RGB (Red+Green+Blue) = 36+68+156=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #24449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24449C is #DBBB63. Grayscale: #444444. Windows color (decimal): -14400356 or 10241060. OLE color: 10241060.

HSL color Cylindrical-coordinate representation of color #24449C: hue angle of 224º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24449C is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 68 156 -
CMYK 0.77 0.56 0 0.39
HSL 224º 0.63% 0.38% -
HSV(B) 224º 0.77% 0.61% -
XYZ 8.8 6.91 32.32 -
YUV 68.46 177.4 104.84 -
System Red Green Blue C M Y K H S L
Decimal 36 68 156 0.77 0.56 0 0.39 224 0.63 0.38
Hex 24 44 9C 4D 38 0 27 E0 3E 26
Octal 44 104 234 115 70 0 47 340 76 46
Binary 100100 1000100 10011100 1001101 111000 0 100111 11100000 111110 100110

Color Harmonies of #24449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24449C

Black with #24449C

Text Example


Text Example

White with #24449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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