#203596

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

Shades of Egyptian Blue #203596

Tints of Egyptian Blue #203596

Color information

#203596 (or 0x203596) is unknown color: approx Egyptian Blue. HEX triplet: 20, 35 and 96. RGB value is (32,53,150). Sum of RGB (Red+Green+Blue) = 32+53+150=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 150 (58.98% from 255 or 63.83% from 235); Max value from RGB is 150 - color contains mainly: blue. Hex color #203596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203596 is #DFCA69. Grayscale: #393939. Windows color (decimal): -14666346 or 9844000. OLE color: 9844000.

HSL color Cylindrical-coordinate representation of color #203596: hue angle of 229.32º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #203596 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3253150-
CMYK0.790.6500.41
HSL229.32º64.84%35.69%-
HSV(B)229.32º78.67%58.82%-
XYZ7.375.0629.44-
YUV57.78180.04109.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 150 (58.98% from 255) = 63.83%
R=13.62%
G=22.55%
B=63.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32531500.790.6500.41229.3264.8435.69
Hex2035964F41029e54124
Octal406522611710105134510144
Binary10000011010110010110100111110000010101001111001011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203596; }

 p { color: rgb(32,53,150); }

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

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

 a { background-color: rgb(32,53,150); }

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

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

 span { border-color: rgb(32,53,150); }

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