Shades of Arapawa #205060
Tints of Arapawa #205060
RGB
CMYK
RGB Variations
Color information
#205060 (or 0x205060) is known color: Arapawa. HEX triplet: 20, 50 and 60. RGB value is (32,80,96). Sum of RGB (Red+Green+Blue) = 32+80+96=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #205060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205060 is #DFAF9F. Grayscale: #434343. Windows color (decimal): -14659488 or 6311968. OLE color: 6311968.
HSL color Cylindrical-coordinate representation of color #205060: hue angle of 195º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #205060 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 80 | 96 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.62 |
| HSL | 195º | 0.5% | 0.25% | - |
| HSV(B) | 195º | 0.67% | 0.38% | - |
| XYZ | 5.58 | 6.89 | 12.1 | - |
| YUV | 67.47 | 144.1 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 96 | 0.67 | 0.17 | 0 | 0.62 | 195 | 0.5 | 0.25 |
| Hex | 20 | 50 | 60 | 43 | 11 | 0 | 3E | C3 | 32 | 19 |
| Octal | 40 | 120 | 140 | 103 | 21 | 0 | 76 | 303 | 62 | 31 |
| Binary | 100000 | 1010000 | 1100000 | 1000011 | 10001 | 0 | 111110 | 11000011 | 110010 | 11001 |
Color Harmonies of #205060
Complementary color
Monochromatic Colors of #205060
Black with #205060
Text Example
Text Example
White with #205060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205060; }
p { color: rgb(32,80,96); }
H1.HeaderClassName
{
color: #205060;
}
.AnyTagClassName
{
color: #205060;
}
</style>
background-color css
<style>
a { background-color: #205060; }
a { background-color: rgb(32,80,96); }
div.DivClassName
{
background-color: #205060;
}
.BgClassName
{
background-color: #205060;
}
</style>
border-color css
<style>
span { border-color: #205060; }
span { border-color: rgb(32,80,96); }
td.TdClassName
{
border-color: #205060;
}
.TagClassName
{
border-color: #205060;
}
</style>