#206772

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

Shades of Allports #206772

Tints of Allports #206772

Color information

#206772 (or 0x206772) is unknown color: approx Allports. HEX triplet: 20, 67 and 72. RGB value is (32,103,114). Sum of RGB (Red+Green+Blue) = 32+103+114=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #206772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206772 is #DF988D. Grayscale: #525252. Windows color (decimal): -14653582 or 7497504. OLE color: 7497504.

HSL color Cylindrical-coordinate representation of color #206772: hue angle of 188.05º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206772 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB32103114-
CMYK0.720.1000.55
HSL188.05º56.16%28.63%-
HSV(B)188.05º71.93%44.71%-
XYZ8.4811.2217.64-
YUV83.02145.4891.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=12.85%
G=41.37%
B=45.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321031140.720.1000.55188.0556.1628.63
Hex20677248A037bc381d
Octal40147162110120672747035
Binary100000110011111100101001000101001101111011110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206772; }

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

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

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

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

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

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

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

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