Html Css Color HEX #24289E Egyptian Blue

📋 copy color: '#24289E'

red 36 ◦ green 40 ◦ blue 158

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

Shades of Egyptian Blue #24289E

Tints of Egyptian Blue #24289E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 67.52%

R = 15.38%
G = 17.09%
B = 67.52%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24289E (or 0x24289E) is known color: Egyptian Blue. HEX triplet: 24, 28 and 9E. RGB value is (36,40,158). Sum of RGB (Red+Green+Blue) = 36+40+158=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #24289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24289E is #DBD761. Grayscale: #333333. Windows color (decimal): -14407522 or 10364964. OLE color: 10364964.

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

Color convert

RGB 36 40 158 -
CMYK 0.77 0.75 0 0.38
HSL 238.03º 0.63% 0.38% -
HSV(B) 238.03º 0.77% 0.62% -
XYZ 7.66 4.36 32.79 -
YUV 52.26 187.67 116.41 -
System Red Green Blue C M Y K H S L
Decimal 36 40 158 0.77 0.75 0 0.38 238.03 0.63 0.38
Hex 24 28 9E 4D 4B 0 26 EE 3F 26
Octal 44 50 236 115 113 0 46 356 77 46
Binary 100100 101000 10011110 1001101 1001011 0 100110 11101110 111111 100110

Color Harmonies of #24289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24289E

Black with #24289E

Text Example


Text Example

White with #24289E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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