#204097

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

Shades of Egyptian Blue #204097

Tints of Egyptian Blue #204097

Color information

#204097 (or 0x204097) is unknown color: approx Egyptian Blue. HEX triplet: 20, 40 and 97. RGB value is (32,64,151). Sum of RGB (Red+Green+Blue) = 32+64+151=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #204097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204097 is #DFBF68. Grayscale: #3F3F3F. Windows color (decimal): -14663529 or 9912352. OLE color: 9912352.

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

Color convert

RGB3264151-
CMYK0.790.5800.41
HSL223.87º65.03%35.88%-
HSV(B)223.87º78.81%59.22%-
XYZ8.016.2130.05-
YUV64.35176.9104.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.96%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 151 (59.38% from 255) = 61.13%
R=12.96%
G=25.91%
B=61.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32641510.790.5800.41223.8765.0335.88
Hex2040974F3A029e04124
Octal401002271177205134010144
Binary10000010000001001011110011111110100101001111000001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204097; }

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

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

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

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

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

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

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

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