Html Css Color HEX #24359D Egyptian Blue

📋 copy color: '#24359D'

red 36 ◦ green 53 ◦ blue 157

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

Shades of Egyptian Blue #24359D

Tints of Egyptian Blue #24359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

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

R = 14.63%
G = 21.54%
B = 63.82%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24359D (or 0x24359D) is known color: Egyptian Blue. HEX triplet: 24, 35 and 9D. RGB value is (36,53,157). Sum of RGB (Red+Green+Blue) = 36+53+157=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #24359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24359D is #DBCA62. Grayscale: #3B3B3B. Windows color (decimal): -14404195 or 10302756. OLE color: 10302756.

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

Color convert

RGB 36 53 157 -
CMYK 0.77 0.66 0 0.38
HSL 231.57º 0.63% 0.38% -
HSV(B) 231.57º 0.77% 0.62% -
XYZ 8.09 5.36 32.51 -
YUV 59.77 182.87 111.04 -
System Red Green Blue C M Y K H S L
Decimal 36 53 157 0.77 0.66 0 0.38 231.57 0.63 0.38
Hex 24 35 9D 4D 42 0 26 E8 3F 26
Octal 44 65 235 115 102 0 46 350 77 46
Binary 100100 110101 10011101 1001101 1000010 0 100110 11101000 111111 100110

Color Harmonies of #24359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24359D

Black with #24359D

Text Example


Text Example

White with #24359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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