Shades of Allports #206278
Tints of Allports #206278
RGB
CMYK
RGB Variations
Color information
#206278 (or 0x206278) is known color: Allports. HEX triplet: 20, 62 and 78. RGB value is (32,98,120). Sum of RGB (Red+Green+Blue) = 32+98+120=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #206278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206278 is #DF9D87. Grayscale: #505050. Windows color (decimal): -14654856 or 7889440. OLE color: 7889440.
HSL color Cylindrical-coordinate representation of color #206278: hue angle of 195º 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 #206278 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 98 | 120 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.53 |
| HSL | 195º | 0.58% | 0.3% | - |
| HSV(B) | 195º | 0.73% | 0.47% | - |
| XYZ | 8.35 | 10.4 | 19.34 | - |
| YUV | 80.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 120 | 0.73 | 0.18 | 0 | 0.53 | 195 | 0.58 | 0.3 |
| Hex | 20 | 62 | 78 | 49 | 12 | 0 | 35 | C3 | 3A | 1E |
| Octal | 40 | 142 | 170 | 111 | 22 | 0 | 65 | 303 | 72 | 36 |
| Binary | 100000 | 1100010 | 1111000 | 1001001 | 10010 | 0 | 110101 | 11000011 | 111010 | 11110 |
Color Harmonies of #206278
Complementary color
Monochromatic Colors of #206278
Black with #206278
Text Example
Text Example
White with #206278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206278; }
p { color: rgb(32,98,120); }
H1.HeaderClassName
{
color: #206278;
}
.AnyTagClassName
{
color: #206278;
}
</style>
background-color css
<style>
a { background-color: #206278; }
a { background-color: rgb(32,98,120); }
div.DivClassName
{
background-color: #206278;
}
.BgClassName
{
background-color: #206278;
}
</style>
border-color css
<style>
span { border-color: #206278; }
span { border-color: rgb(32,98,120); }
td.TdClassName
{
border-color: #206278;
}
.TagClassName
{
border-color: #206278;
}
</style>