#24369D

Color #24369D Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #24369D

Tints of Egyptian Blue #24369D

Color information

#24369D (or 0x24369D) is unknown color: approx Egyptian Blue. HEX triplet: 24, 36 and 9D. RGB value is (36,54,157). Sum of RGB (Red+Green+Blue) = 36+54+157=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #24369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24369D is #DBC962. Grayscale: #3B3B3B. Windows color (decimal): -14403939 or 10303012. OLE color: 10303012.

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

Color convert

RGB3654157-
CMYK0.770.6600.38
HSL231.07º62.69%37.84%-
HSV(B)231.07º77.07%61.57%-
XYZ8.135.4532.52-
YUV60.36182.54110.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.57%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 157 (61.72% from 255) = 63.56%
R=14.57%
G=21.86%
B=63.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36541570.770.6600.38231.0762.6937.84
Hex24369D4D42026e73f26
Octal44662351151020463477746
Binary1001001101101001110110011011000010010011011100111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24369D;
 }
 .AnyTagClassName
 {
   color: #24369D;
 }
</style>
background-color css

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

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

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

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

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

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