Html Css Color HEX #24389E Egyptian Blue

📋 copy color: '#24389E'

red 36 ◦ green 56 ◦ blue 158

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

Shades of Egyptian Blue #24389E

Tints of Egyptian Blue #24389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

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

R = 14.4%
G = 22.4%
B = 63.2%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24389E (or 0x24389E) is known color: Egyptian Blue. HEX triplet: 24, 38 and 9E. RGB value is (36,56,158). Sum of RGB (Red+Green+Blue) = 36+56+158=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #24389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24389E is #DBC761. Grayscale: #3D3D3D. Windows color (decimal): -14403426 or 10369060. OLE color: 10369060.

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

Color convert

RGB 36 56 158 -
CMYK 0.77 0.65 0 0.38
HSL 230.16º 0.63% 0.38% -
HSV(B) 230.16º 0.77% 0.62% -
XYZ 8.31 5.67 33 -
YUV 61.65 182.37 109.71 -
System Red Green Blue C M Y K H S L
Decimal 36 56 158 0.77 0.65 0 0.38 230.16 0.63 0.38
Hex 24 38 9E 4D 41 0 26 E6 3F 26
Octal 44 70 236 115 101 0 46 346 77 46
Binary 100100 111000 10011110 1001101 1000001 0 100110 11100110 111111 100110

Color Harmonies of #24389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24389E

Black with #24389E

Text Example


Text Example

White with #24389E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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