Html Css Color HEX #24329C Egyptian Blue

📋 copy color: '#24329C'

red 36 ◦ green 50 ◦ blue 156

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

Shades of Egyptian Blue #24329C

Tints of Egyptian Blue #24329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 64.46%

R = 14.88%
G = 20.66%
B = 64.46%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24329C (or 0x24329C) is known color: Egyptian Blue. HEX triplet: 24, 32 and 9C. RGB value is (36,50,156). Sum of RGB (Red+Green+Blue) = 36+50+156=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #24329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24329C is #DBCD63. Grayscale: #393939. Windows color (decimal): -14404964 or 10236452. OLE color: 10236452.

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

Color convert

RGB 36 50 156 -
CMYK 0.77 0.68 0 0.39
HSL 233º 0.63% 0.38% -
HSV(B) 233º 0.77% 0.61% -
XYZ 7.87 5.06 32.01 -
YUV 57.9 183.36 112.38 -
System Red Green Blue C M Y K H S L
Decimal 36 50 156 0.77 0.68 0 0.39 233 0.63 0.38
Hex 24 32 9C 4D 44 0 27 E9 3E 26
Octal 44 62 234 115 104 0 47 351 76 46
Binary 100100 110010 10011100 1001101 1000100 0 100111 11101001 111110 100110

Color Harmonies of #24329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24329C

Black with #24329C

Text Example


Text Example

White with #24329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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