#206277

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

Shades of Allports #206277

Tints of Allports #206277

Color information

#206277 (or 0x206277) is unknown color: approx Allports. HEX triplet: 20, 62 and 77. RGB value is (32,98,119). Sum of RGB (Red+Green+Blue) = 32+98+119=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #206277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206277 is #DF9D88. Grayscale: #505050. Windows color (decimal): -14654857 or 7823904. OLE color: 7823904.

HSL color Cylindrical-coordinate representation of color #206277: hue angle of 194.48º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206277 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3298119-
CMYK0.730.1800.53
HSL194.48º57.62%29.61%-
HSV(B)194.48º73.11%46.67%-
XYZ8.2910.3719.02-
YUV80.66149.6393.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 119 (46.88% from 255) = 47.79%
R=12.85%
G=39.36%
B=47.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32981190.730.1800.53194.4857.6229.61
Hex2062774912035c23a1e
Octal40142167111220653027236
Binary1000001100010111011110010011001001101011100001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206277; }

 p { color: rgb(32,98,119); }

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

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

 a { background-color: rgb(32,98,119); }

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

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

 span { border-color: rgb(32,98,119); }

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