#206397

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

Shades of Endeavour #206397

Tints of Endeavour #206397

Color information

#206397 (or 0x206397) is unknown color: approx Endeavour. HEX triplet: 20, 63 and 97. RGB value is (32,99,151). Sum of RGB (Red+Green+Blue) = 32+99+151=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #206397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206397 is #DF9C68. Grayscale: #545454. Windows color (decimal): -14654569 or 9921312. OLE color: 9921312.

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

Color convert

RGB3299151-
CMYK0.790.3400.41
HSL206.22º65.03%35.88%-
HSV(B)206.22º78.81%59.22%-
XYZ10.6411.4730.93-
YUV84.9165.390.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.35%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 151 (59.38% from 255) = 53.55%
R=11.35%
G=35.11%
B=53.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32991510.790.3400.41206.2265.0335.88
Hex2063974F22029ce4124
Octal401432271174205131610144
Binary10000011000111001011110011111000100101001110011101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206397; }

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

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

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

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

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

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

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

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