#205085

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

Shades of Endeavour #205085

Tints of Endeavour #205085

Color information

#205085 (or 0x205085) is unknown color: approx Endeavour. HEX triplet: 20, 50 and 85. RGB value is (32,80,133). Sum of RGB (Red+Green+Blue) = 32+80+133=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #205085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205085 is #DFAF7A. Grayscale: #474747. Windows color (decimal): -14659451 or 8736800. OLE color: 8736800.

HSL color Cylindrical-coordinate representation of color #205085: hue angle of 211.49º 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 #205085 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3280133-
CMYK0.760.4000.48
HSL211.49º61.21%32.35%-
HSV(B)211.49º75.94%52.16%-
XYZ7.77.7423.28-
YUV71.69162.699.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.06%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 133 (52.34% from 255) = 54.29%
R=13.06%
G=32.65%
B=54.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32801330.760.4000.48211.4961.2132.35
Hex2050854C28030d33d20
Octal40120205114500603237540
Binary1000001010000100001011001100101000011000011010011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205085; }

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

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

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

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

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

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

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

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