#206795

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

Shades of Endeavour #206795

Tints of Endeavour #206795

Color information

#206795 (or 0x206795) is unknown color: approx Endeavour. HEX triplet: 20, 67 and 95. RGB value is (32,103,149). Sum of RGB (Red+Green+Blue) = 32+103+149=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #206795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206795 is #DF986A. Grayscale: #565656. Windows color (decimal): -14653547 or 9791264. OLE color: 9791264.

HSL color Cylindrical-coordinate representation of color #206795: hue angle of 203.59º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #206795 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB32103149-
CMYK0.790.3100.42
HSL203.59º64.64%35.49%-
HSV(B)203.59º78.52%58.43%-
XYZ10.8712.1830.21-
YUV87.02162.9888.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.27%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 149 (58.59% from 255) = 52.46%
R=11.27%
G=36.27%
B=52.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321031490.790.3100.42203.5964.6435.49
Hex2067954F1F02Acc4123
Octal401472251173705231410143
Binary1000001100111100101011001111111110101010110011001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206795; }

 p { color: rgb(32,103,149); }

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

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

 a { background-color: rgb(32,103,149); }

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

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

 span { border-color: rgb(32,103,149); }

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