#243599

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

Shades of Egyptian Blue #243599

Tints of Egyptian Blue #243599

Color information

#243599 (or 0x243599) is unknown color: approx Egyptian Blue. HEX triplet: 24, 35 and 99. RGB value is (36,53,153). Sum of RGB (Red+Green+Blue) = 36+53+153=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #243599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243599 is #DBCA66. Grayscale: #3A3A3A. Windows color (decimal): -14404199 or 10040612. OLE color: 10040612.

HSL color Cylindrical-coordinate representation of color #243599: hue angle of 231.28º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #243599 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3653153-
CMYK0.760.6500.4
HSL231.28º61.9%37.06%-
HSV(B)231.28º76.47%60%-
XYZ7.755.2230.74-
YUV59.32180.87111.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.88%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 153 (60.16% from 255) = 63.22%
R=14.88%
G=21.90%
B=63.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal36531530.760.6500.4231.2861.937.06
Hex2435994C41028e73e25
Octal44652311141010503477645
Binary1001001101011001100110011001000001010100011100111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243599; }

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

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

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

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

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

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

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

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