Html Css Color HEX #24379B Egyptian Blue

📋 copy color: '#24379B'

red 36 ◦ green 55 ◦ blue 155

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

Shades of Egyptian Blue #24379B

Tints of Egyptian Blue #24379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.36%

 BLUE value IS 155 (60.94% from 255) = 63.01%

R = 14.63%
G = 22.36%
B = 63.01%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24379B (or 0x24379B) is known color: Egyptian Blue. HEX triplet: 24, 37 and 9B. RGB value is (36,55,155). Sum of RGB (Red+Green+Blue) = 36+55+155=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #24379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24379B is #DBC864. Grayscale: #3C3C3C. Windows color (decimal): -14403685 or 10172196. OLE color: 10172196.

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

Color convert

RGB 36 55 155 -
CMYK 0.77 0.65 0 0.39
HSL 230.42º 0.62% 0.37% -
HSV(B) 230.42º 0.77% 0.61% -
XYZ 8.01 5.47 31.64 -
YUV 60.72 181.21 110.37 -
System Red Green Blue C M Y K H S L
Decimal 36 55 155 0.77 0.65 0 0.39 230.42 0.62 0.37
Hex 24 37 9B 4D 41 0 27 E6 3E 25
Octal 44 67 233 115 101 0 47 346 76 45
Binary 100100 110111 10011011 1001101 1000001 0 100111 11100110 111110 100101

Color Harmonies of #24379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24379B

Black with #24379B

Text Example


Text Example

White with #24379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24379B; }

 p { color: rgb(36,55,155); }

 H1.HeaderClassName
 {
   color: #24379B;
 }
 .AnyTagClassName
 {
   color: #24379B;
 }
</style>

background-color css

<style>
 a { background-color: #24379B; }

 a { background-color: rgb(36,55,155); }

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

border-color css

<style>
 span { border-color: #24379B; }

 span { border-color: rgb(36,55,155); }

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