Html Css Color HEX #24289C Egyptian Blue

📋 copy color: '#24289C'

red 36 ◦ green 40 ◦ blue 156

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

Shades of Egyptian Blue #24289C

Tints of Egyptian Blue #24289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.24%

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

R = 15.52%
G = 17.24%
B = 67.24%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24289C (or 0x24289C) is known color: Egyptian Blue. HEX triplet: 24, 28 and 9C. RGB value is (36,40,156). Sum of RGB (Red+Green+Blue) = 36+40+156=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #24289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24289C is #DBD763. Grayscale: #333333. Windows color (decimal): -14407524 or 10233892. OLE color: 10233892.

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

Color convert

RGB 36 40 156 -
CMYK 0.77 0.74 0 0.39
HSL 238º 0.63% 0.38% -
HSV(B) 238º 0.77% 0.61% -
XYZ 7.49 4.29 31.89 -
YUV 52.03 186.67 116.57 -
System Red Green Blue C M Y K H S L
Decimal 36 40 156 0.77 0.74 0 0.39 238 0.63 0.38
Hex 24 28 9C 4D 4A 0 27 EE 3E 26
Octal 44 50 234 115 112 0 47 356 76 46
Binary 100100 101000 10011100 1001101 1001010 0 100111 11101110 111110 100110

Color Harmonies of #24289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24289C

Black with #24289C

Text Example


Text Example

White with #24289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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