Shades of Arapawa #205164
Tints of Arapawa #205164
RGB
CMYK
RGB Variations
Color information
#205164 (or 0x205164) is known color: Arapawa. HEX triplet: 20, 51 and 64. RGB value is (32,81,100). Sum of RGB (Red+Green+Blue) = 32+81+100=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #205164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205164 is #DFAE9B. Grayscale: #444444. Windows color (decimal): -14659228 or 6574368. OLE color: 6574368.
HSL color Cylindrical-coordinate representation of color #205164: hue angle of 196.76º degrees, saturation: 0.52, 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 #205164 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 81 | 100 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.61 |
| HSL | 196.76º | 0.52% | 0.26% | - |
| HSV(B) | 196.76º | 0.68% | 0.39% | - |
| XYZ | 5.84 | 7.11 | 13.12 | - |
| YUV | 68.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 100 | 0.68 | 0.19 | 0 | 0.61 | 196.76 | 0.52 | 0.26 |
| Hex | 20 | 51 | 64 | 44 | 13 | 0 | 3D | C5 | 34 | 1A |
| Octal | 40 | 121 | 144 | 104 | 23 | 0 | 75 | 305 | 64 | 32 |
| Binary | 100000 | 1010001 | 1100100 | 1000100 | 10011 | 0 | 111101 | 11000101 | 110100 | 11010 |
Color Harmonies of #205164
Complementary color
Monochromatic Colors of #205164
Black with #205164
Text Example
Text Example
White with #205164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205164; }
p { color: rgb(32,81,100); }
H1.HeaderClassName
{
color: #205164;
}
.AnyTagClassName
{
color: #205164;
}
</style>
background-color css
<style>
a { background-color: #205164; }
a { background-color: rgb(32,81,100); }
div.DivClassName
{
background-color: #205164;
}
.BgClassName
{
background-color: #205164;
}
</style>
border-color css
<style>
span { border-color: #205164; }
span { border-color: rgb(32,81,100); }
td.TdClassName
{
border-color: #205164;
}
.TagClassName
{
border-color: #205164;
}
</style>