#203097

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

Shades of Egyptian Blue #203097

Tints of Egyptian Blue #203097

Color information

#203097 (or 0x203097) is unknown color: approx Egyptian Blue. HEX triplet: 20, 30 and 97. RGB value is (32,48,151). Sum of RGB (Red+Green+Blue) = 32+48+151=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 151 (59.38% from 255 or 65.37% from 231); Max value from RGB is 151 - color contains mainly: blue. Hex color #203097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203097 is #DFCF68. Grayscale: #363636. Windows color (decimal): -14667625 or 9908256. OLE color: 9908256.

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

Color convert

RGB3248151-
CMYK0.790.6800.41
HSL231.93º65.03%35.88%-
HSV(B)231.93º78.81%59.22%-
XYZ7.244.6629.8-
YUV54.96182.2111.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.85%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 151 (59.38% from 255) = 65.37%
R=13.85%
G=20.78%
B=65.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32481510.790.6800.41231.9365.0335.88
Hex2030974F44029e84124
Octal406022711710405135010144
Binary10000011000010010111100111110001000101001111010001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203097; }

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

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

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

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

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

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

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

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