Html Css Color HEX #24329D Egyptian Blue

📋 copy color: '#24329D'

red 36 ◦ green 50 ◦ blue 157

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

Shades of Egyptian Blue #24329D

Tints of Egyptian Blue #24329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 14.81%
G = 20.58%
B = 64.61%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24329D (or 0x24329D) is known color: Egyptian Blue. HEX triplet: 24, 32 and 9D. RGB value is (36,50,157). Sum of RGB (Red+Green+Blue) = 36+50+157=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #24329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24329D is #DBCD62. Grayscale: #393939. Windows color (decimal): -14404963 or 10301988. OLE color: 10301988.

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

Color convert

RGB 36 50 157 -
CMYK 0.77 0.68 0 0.38
HSL 233.06º 0.63% 0.38% -
HSV(B) 233.06º 0.77% 0.62% -
XYZ 7.95 5.09 32.46 -
YUV 58.01 183.86 112.3 -
System Red Green Blue C M Y K H S L
Decimal 36 50 157 0.77 0.68 0 0.38 233.06 0.63 0.38
Hex 24 32 9D 4D 44 0 26 E9 3F 26
Octal 44 62 235 115 104 0 46 351 77 46
Binary 100100 110010 10011101 1001101 1000100 0 100110 11101001 111111 100110

Color Harmonies of #24329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24329D

Black with #24329D

Text Example


Text Example

White with #24329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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