#204A97

Color #204A97 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #204A97

Tints of Endeavour #204A97

Color information

#204A97 (or 0x204A97) is unknown color: approx Endeavour. HEX triplet: 20, 4A and 97. RGB value is (32,74,151). Sum of RGB (Red+Green+Blue) = 32+74+151=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #204A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204A97 is #DFB568. Grayscale: #454545. Windows color (decimal): -14660969 or 9914912. OLE color: 9914912.

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

Color convert

RGB3274151-
CMYK0.790.5100.41
HSL218.82º65.03%35.88%-
HSV(B)218.82º78.81%59.22%-
XYZ8.637.4430.26-
YUV70.22173.59100.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 151 (59.38% from 255) = 58.75%
R=12.45%
G=28.79%
B=58.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32741510.790.5100.41218.8265.0335.88
Hex204A974F33029db4124
Octal401122271176305133310144
Binary10000010010101001011110011111100110101001110110111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204A97; }

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

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

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

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

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

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

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

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