#24359F

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

Shades of Egyptian Blue #24359F

Tints of Egyptian Blue #24359F

Color information

#24359F (or 0x24359F) is unknown color: approx Egyptian Blue. HEX triplet: 24, 35 and 9F. RGB value is (36,53,159). Sum of RGB (Red+Green+Blue) = 36+53+159=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #24359F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24359F is #DBCA60. Grayscale: #3B3B3B. Windows color (decimal): -14404193 or 10433828. OLE color: 10433828.

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

Color convert

RGB3653159-
CMYK0.770.6700.38
HSL231.71º63.08%38.24%-
HSV(B)231.71º77.36%62.35%-
XYZ8.265.4233.41-
YUV60183.87110.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.52%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 159 (62.5% from 255) = 64.11%
R=14.52%
G=21.37%
B=64.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36531590.770.6700.38231.7163.0838.24
Hex24359F4D43026e83f26
Octal44652371151030463507746
Binary1001001101011001111110011011000011010011011101000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24359F; }

 p { color: rgb(36,53,159); }

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

<style>
 a { background-color: #24359F; }

 a { background-color: rgb(36,53,159); }

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

<style>
 span { border-color: #24359F; }

 span { border-color: rgb(36,53,159); }

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