Html Css Color HEX #24449F Egyptian Blue

📋 copy color: '#24449F'

red 36 ◦ green 68 ◦ blue 159

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

Shades of Egyptian Blue #24449F

Tints of Egyptian Blue #24449F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.46%

R = 13.69%
G = 25.86%
B = 60.46%

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

#24449F (or 0x24449F) is known color: Egyptian Blue. HEX triplet: 24, 44 and 9F. RGB value is (36,68,159). Sum of RGB (Red+Green+Blue) = 36+68+159=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #24449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24449F is #DBBB60. Grayscale: #444444. Windows color (decimal): -14400353 or 10437668. OLE color: 10437668.

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

Color convert

RGB 36 68 159 -
CMYK 0.77 0.57 0 0.38
HSL 224.39º 0.63% 0.38% -
HSV(B) 224.39º 0.77% 0.62% -
XYZ 9.05 7.01 33.68 -
YUV 68.81 178.9 104.6 -
System Red Green Blue C M Y K H S L
Decimal 36 68 159 0.77 0.57 0 0.38 224.39 0.63 0.38
Hex 24 44 9F 4D 39 0 26 E0 3F 26
Octal 44 104 237 115 71 0 46 340 77 46
Binary 100100 1000100 10011111 1001101 111001 0 100110 11100000 111111 100110

Color Harmonies of #24449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24449F

Black with #24449F

Text Example


Text Example

White with #24449F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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