Html Css Color HEX #24369B Egyptian Blue

📋 copy color: '#24369B'

red 36 ◦ green 54 ◦ blue 155

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

Shades of Egyptian Blue #24369B

Tints of Egyptian Blue #24369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

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

R = 14.69%
G = 22.04%
B = 63.27%

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

#24369B (or 0x24369B) is known color: Egyptian Blue. HEX triplet: 24, 36 and 9B. RGB value is (36,54,155). Sum of RGB (Red+Green+Blue) = 36+54+155=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #24369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24369B is #DBC964. Grayscale: #3B3B3B. Windows color (decimal): -14403941 or 10171940. OLE color: 10171940.

HSL color Cylindrical-coordinate representation of color #24369B: hue angle of 230.92º 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 #24369B is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 54 155 -
CMYK 0.77 0.65 0 0.39
HSL 230.92º 0.62% 0.37% -
HSV(B) 230.92º 0.77% 0.61% -
XYZ 7.96 5.38 31.63 -
YUV 60.13 181.54 110.79 -
System Red Green Blue C M Y K H S L
Decimal 36 54 155 0.77 0.65 0 0.39 230.92 0.62 0.37
Hex 24 36 9B 4D 41 0 27 E7 3E 25
Octal 44 66 233 115 101 0 47 347 76 45
Binary 100100 110110 10011011 1001101 1000001 0 100111 11100111 111110 100101

Color Harmonies of #24369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24369B

Black with #24369B

Text Example


Text Example

White with #24369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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