#204297

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

Shades of Egyptian Blue #204297

Tints of Egyptian Blue #204297

Color information

#204297 (or 0x204297) is unknown color: approx Egyptian Blue. HEX triplet: 20, 42 and 97. RGB value is (32,66,151). Sum of RGB (Red+Green+Blue) = 32+66+151=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #204297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204297 is #DFBD68. Grayscale: #414141. Windows color (decimal): -14663017 or 9912864. OLE color: 9912864.

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

Color convert

RGB3266151-
CMYK0.790.5600.41
HSL222.86º65.03%35.88%-
HSV(B)222.86º78.81%59.22%-
XYZ8.136.4430.09-
YUV65.52176.24104.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 151 (59.38% from 255) = 60.64%
R=12.85%
G=26.51%
B=60.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32661510.790.5600.41222.8665.0335.88
Hex2042974F38029df4124
Octal401022271177005133710144
Binary10000010000101001011110011111110000101001110111111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204297; }

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

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

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

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

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

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

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

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