Shades of Arapawa #205163
Tints of Arapawa #205163
RGB
CMYK
RGB Variations
Color information
#205163 (or 0x205163) is known color: Arapawa. HEX triplet: 20, 51 and 63. RGB value is (32,81,99). Sum of RGB (Red+Green+Blue) = 32+81+99=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #205163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205163 is #DFAE9C. Grayscale: #444444. Windows color (decimal): -14659229 or 6508832. OLE color: 6508832.
HSL color Cylindrical-coordinate representation of color #205163: hue angle of 196.12º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #205163 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 81 | 99 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.61 |
| HSL | 196.12º | 0.51% | 0.26% | - |
| HSV(B) | 196.12º | 0.68% | 0.39% | - |
| XYZ | 5.79 | 7.09 | 12.87 | - |
| YUV | 68.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 99 | 0.68 | 0.18 | 0 | 0.61 | 196.12 | 0.51 | 0.26 |
| Hex | 20 | 51 | 63 | 44 | 12 | 0 | 3D | C4 | 33 | 1A |
| Octal | 40 | 121 | 143 | 104 | 22 | 0 | 75 | 304 | 63 | 32 |
| Binary | 100000 | 1010001 | 1100011 | 1000100 | 10010 | 0 | 111101 | 11000100 | 110011 | 11010 |
Color Harmonies of #205163
Complementary color
Monochromatic Colors of #205163
Black with #205163
Text Example
Text Example
White with #205163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205163; }
p { color: rgb(32,81,99); }
H1.HeaderClassName
{
color: #205163;
}
.AnyTagClassName
{
color: #205163;
}
</style>
background-color css
<style>
a { background-color: #205163; }
a { background-color: rgb(32,81,99); }
div.DivClassName
{
background-color: #205163;
}
.BgClassName
{
background-color: #205163;
}
</style>
border-color css
<style>
span { border-color: #205163; }
span { border-color: rgb(32,81,99); }
td.TdClassName
{
border-color: #205163;
}
.TagClassName
{
border-color: #205163;
}
</style>