#205687

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

Shades of Endeavour #205687

Tints of Endeavour #205687

Color information

#205687 (or 0x205687) is unknown color: approx Endeavour. HEX triplet: 20, 56 and 87. RGB value is (32,86,135). Sum of RGB (Red+Green+Blue) = 32+86+135=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #205687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205687 is #DFA978. Grayscale: #4B4B4B. Windows color (decimal): -14657913 or 8869408. OLE color: 8869408.

HSL color Cylindrical-coordinate representation of color #205687: hue angle of 208.54º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205687 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3286135-
CMYK0.760.3600.47
HSL208.54º61.68%32.75%-
HSV(B)208.54º76.3%52.94%-
XYZ8.38.7124.17-
YUV75.44161.6197.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 135 (53.12% from 255) = 53.36%
R=12.65%
G=33.99%
B=53.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32861350.760.3600.47208.5461.6832.75
Hex2056874C2402Fd13e21
Octal40126207114440573217641
Binary1000001010110100001111001100100100010111111010001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205687; }

 p { color: rgb(32,86,135); }

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

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

 a { background-color: rgb(32,86,135); }

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

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

 span { border-color: rgb(32,86,135); }

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