Shades of Arapawa #205065
Tints of Arapawa #205065
RGB
CMYK
RGB Variations
Color information
#205065 (or 0x205065) is known color: Arapawa. HEX triplet: 20, 50 and 65. RGB value is (32,80,101). Sum of RGB (Red+Green+Blue) = 32+80+101=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #205065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205065 is #DFAF9A. Grayscale: #434343. Windows color (decimal): -14659483 or 6639648. OLE color: 6639648.
HSL color Cylindrical-coordinate representation of color #205065: hue angle of 198.26º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #205065 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 80 | 101 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.60 |
| HSL | 198.26º | 0.52% | 0.26% | - |
| HSV(B) | 198.26º | 0.68% | 0.4% | - |
| XYZ | 5.81 | 6.98 | 13.35 | - |
| YUV | 68.04 | 146.6 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 101 | 0.68 | 0.21 | 0 | 0.60 | 198.26 | 0.52 | 0.26 |
| Hex | 20 | 50 | 65 | 44 | 15 | 0 | 3C | C6 | 34 | 1A |
| Octal | 40 | 120 | 145 | 104 | 25 | 0 | 74 | 306 | 64 | 32 |
| Binary | 100000 | 1010000 | 1100101 | 1000100 | 10101 | 0 | 111100 | 11000110 | 110100 | 11010 |
Color Harmonies of #205065
Complementary color
Monochromatic Colors of #205065
Black with #205065
Text Example
Text Example
White with #205065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205065; }
p { color: rgb(32,80,101); }
H1.HeaderClassName
{
color: #205065;
}
.AnyTagClassName
{
color: #205065;
}
</style>
background-color css
<style>
a { background-color: #205065; }
a { background-color: rgb(32,80,101); }
div.DivClassName
{
background-color: #205065;
}
.BgClassName
{
background-color: #205065;
}
</style>
border-color css
<style>
span { border-color: #205065; }
span { border-color: rgb(32,80,101); }
td.TdClassName
{
border-color: #205065;
}
.TagClassName
{
border-color: #205065;
}
</style>