Shades of Arapawa #205462
Tints of Arapawa #205462
RGB
CMYK
RGB Variations
Color information
#205462 (or 0x205462) is known color: Arapawa. HEX triplet: 20, 54 and 62. RGB value is (32,84,98). Sum of RGB (Red+Green+Blue) = 32+84+98=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #205462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205462 is #DFAB9D. Grayscale: #454545. Windows color (decimal): -14658462 or 6444064. OLE color: 6444064.
HSL color Cylindrical-coordinate representation of color #205462: hue angle of 192.73º degrees, saturation: 0.51, 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 #205462 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 84 | 98 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.62 |
| HSL | 192.73º | 0.51% | 0.25% | - |
| HSV(B) | 192.73º | 0.67% | 0.38% | - |
| XYZ | 5.97 | 7.53 | 12.69 | - |
| YUV | 70.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 98 | 0.67 | 0.14 | 0 | 0.62 | 192.73 | 0.51 | 0.25 |
| Hex | 20 | 54 | 62 | 43 | E | 0 | 3E | C1 | 33 | 19 |
| Octal | 40 | 124 | 142 | 103 | 16 | 0 | 76 | 301 | 63 | 31 |
| Binary | 100000 | 1010100 | 1100010 | 1000011 | 1110 | 0 | 111110 | 11000001 | 110011 | 11001 |
Color Harmonies of #205462
Complementary color
Monochromatic Colors of #205462
Black with #205462
Text Example
Text Example
White with #205462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205462; }
p { color: rgb(32,84,98); }
H1.HeaderClassName
{
color: #205462;
}
.AnyTagClassName
{
color: #205462;
}
</style>
background-color css
<style>
a { background-color: #205462; }
a { background-color: rgb(32,84,98); }
div.DivClassName
{
background-color: #205462;
}
.BgClassName
{
background-color: #205462;
}
</style>
border-color css
<style>
span { border-color: #205462; }
span { border-color: rgb(32,84,98); }
td.TdClassName
{
border-color: #205462;
}
.TagClassName
{
border-color: #205462;
}
</style>