#206597

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

Shades of Endeavour #206597

Tints of Endeavour #206597

Color information

#206597 (or 0x206597) is unknown color: approx Endeavour. HEX triplet: 20, 65 and 97. RGB value is (32,101,151). Sum of RGB (Red+Green+Blue) = 32+101+151=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #206597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206597 is #DF9A68. Grayscale: #555555. Windows color (decimal): -14654057 or 9921824. OLE color: 9921824.

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

Color convert

RGB32101151-
CMYK0.790.3300.41
HSL205.21º65.03%35.88%-
HSV(B)205.21º78.81%59.22%-
XYZ10.8411.8530.99-
YUV86.07164.6489.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.27%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 151 (59.38% from 255) = 53.17%
R=11.27%
G=35.56%
B=53.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal321011510.790.3300.41205.2165.0335.88
Hex2065974F21029cd4124
Octal401452271174105131510144
Binary10000011001011001011110011111000010101001110011011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206597; }

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

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

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

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

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

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

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

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