#206272

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

Shades of Allports #206272

Tints of Allports #206272

Color information

#206272 (or 0x206272) is unknown color: approx Allports. HEX triplet: 20, 62 and 72. RGB value is (32,98,114). Sum of RGB (Red+Green+Blue) = 32+98+114=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #206272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206272 is #DF9D8D. Grayscale: #4F4F4F. Windows color (decimal): -14654862 or 7496224. OLE color: 7496224.

HSL color Cylindrical-coordinate representation of color #206272: hue angle of 191.71º 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 #206272 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3298114-
CMYK0.720.1400.55
HSL191.71º56.16%28.63%-
HSV(B)191.71º71.93%44.71%-
XYZ810.2617.48-
YUV80.09147.1393.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.11%
GREEN value IS 98 (38.67% from 255) = 40.16%
BLUE value IS 114 (44.92% from 255) = 46.72%
R=13.11%
G=40.16%
B=46.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32981140.720.1400.55191.7156.1628.63
Hex20627248E037c0381d
Octal40142162110160673007035
Binary100000110001011100101001000111001101111100000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206272; }

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

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

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

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

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

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

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

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