#203597

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

Shades of Egyptian Blue #203597

Tints of Egyptian Blue #203597

Color information

#203597 (or 0x203597) is unknown color: approx Egyptian Blue. HEX triplet: 20, 35 and 97. RGB value is (32,53,151). Sum of RGB (Red+Green+Blue) = 32+53+151=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #203597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203597 is #DFCA68. Grayscale: #393939. Windows color (decimal): -14666345 or 9909536. OLE color: 9909536.

HSL color Cylindrical-coordinate representation of color #203597: hue angle of 229.41º 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 #203597 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3253151-
CMYK0.790.6500.41
HSL229.41º65.03%35.88%-
HSV(B)229.41º78.81%59.22%-
XYZ7.455.0929.87-
YUV57.89180.54109.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.56%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 151 (59.38% from 255) = 63.98%
R=13.56%
G=22.46%
B=63.98%

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
Decimal32531510.790.6500.41229.4165.0335.88
Hex2035974F41029e54124
Octal406522711710105134510144
Binary10000011010110010111100111110000010101001111001011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203597; }

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

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

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

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

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

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

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

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