Shades of Arapawa #205361
Tints of Arapawa #205361
RGB
CMYK
RGB Variations
Color information
#205361 (or 0x205361) is known color: Arapawa. HEX triplet: 20, 53 and 61. RGB value is (32,83,97). Sum of RGB (Red+Green+Blue) = 32+83+97=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #205361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205361 is #DFAC9E. Grayscale: #454545. Windows color (decimal): -14658719 or 6378272. OLE color: 6378272.
HSL color Cylindrical-coordinate representation of color #205361: hue angle of 192.92º 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 #205361 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 83 | 97 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.62 |
| HSL | 192.92º | 0.5% | 0.25% | - |
| HSV(B) | 192.92º | 0.67% | 0.38% | - |
| XYZ | 5.85 | 7.36 | 12.42 | - |
| YUV | 69.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 97 | 0.67 | 0.14 | 0 | 0.62 | 192.92 | 0.5 | 0.25 |
| Hex | 20 | 53 | 61 | 43 | E | 0 | 3E | C1 | 32 | 19 |
| Octal | 40 | 123 | 141 | 103 | 16 | 0 | 76 | 301 | 62 | 31 |
| Binary | 100000 | 1010011 | 1100001 | 1000011 | 1110 | 0 | 111110 | 11000001 | 110010 | 11001 |
Color Harmonies of #205361
Complementary color
Monochromatic Colors of #205361
Black with #205361
Text Example
Text Example
White with #205361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205361; }
p { color: rgb(32,83,97); }
H1.HeaderClassName
{
color: #205361;
}
.AnyTagClassName
{
color: #205361;
}
</style>
background-color css
<style>
a { background-color: #205361; }
a { background-color: rgb(32,83,97); }
div.DivClassName
{
background-color: #205361;
}
.BgClassName
{
background-color: #205361;
}
</style>
border-color css
<style>
span { border-color: #205361; }
span { border-color: rgb(32,83,97); }
td.TdClassName
{
border-color: #205361;
}
.TagClassName
{
border-color: #205361;
}
</style>