#204F85

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

Shades of Endeavour #204F85

Tints of Endeavour #204F85

Color information

#204F85 (or 0x204F85) is unknown color: approx Endeavour. HEX triplet: 20, 4F and 85. RGB value is (32,79,133). Sum of RGB (Red+Green+Blue) = 32+79+133=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #204F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204F85 is #DFB07A. Grayscale: #464646. Windows color (decimal): -14659707 or 8736544. OLE color: 8736544.

HSL color Cylindrical-coordinate representation of color #204F85: hue angle of 212.08º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204F85 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3279133-
CMYK0.760.4100.48
HSL212.08º61.21%32.35%-
HSV(B)212.08º75.94%52.16%-
XYZ7.637.5923.25-
YUV71.1162.93100.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.11%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 133 (52.34% from 255) = 54.51%
R=13.11%
G=32.38%
B=54.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32791330.760.4100.48212.0861.2132.35
Hex204F854C29030d43d20
Octal40117205114510603247540
Binary1000001001111100001011001100101001011000011010100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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