#204FA1

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

Shades of Endeavour #204FA1

Tints of Endeavour #204FA1

Color information

#204FA1 (or 0x204FA1) is unknown color: approx Endeavour. HEX triplet: 20, 4F and A1. RGB value is (32,79,161). Sum of RGB (Red+Green+Blue) = 32+79+161=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #204FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204FA1 is #DFB05E. Grayscale: #494949. Windows color (decimal): -14659679 or 10571552. OLE color: 10571552.

HSL color Cylindrical-coordinate representation of color #204FA1: hue angle of 218.14º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #204FA1 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3279161-
CMYK0.800.5100.37
HSL218.14º66.84%37.84%-
HSV(B)218.14º80.12%63.14%-
XYZ9.828.4734.84-
YUV74.29176.9397.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.76%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 161 (63.28% from 255) = 59.19%
R=11.76%
G=29.04%
B=59.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal32791610.800.5100.37218.1466.8437.84
Hex204FA15033025da4326
Octal401172411206304533210346
Binary10000010011111010000110100001100110100101110110101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,79,161); }

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

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

 a { background-color: rgb(32,79,161); }

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

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

 span { border-color: rgb(32,79,161); }

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