Shades of Arapawa #205466
Tints of Arapawa #205466
RGB
CMYK
RGB Variations
Color information
#205466 (or 0x205466) is known color: Arapawa. HEX triplet: 20, 54 and 66. RGB value is (32,84,102). Sum of RGB (Red+Green+Blue) = 32+84+102=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #205466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205466 is #DFAB99. Grayscale: #464646. Windows color (decimal): -14658458 or 6706208. OLE color: 6706208.
HSL color Cylindrical-coordinate representation of color #205466: hue angle of 195.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #205466 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 84 | 102 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.6 |
| HSL | 195.43º | 0.52% | 0.26% | - |
| HSV(B) | 195.43º | 0.69% | 0.4% | - |
| XYZ | 6.16 | 7.61 | 13.71 | - |
| YUV | 70.5 | 145.77 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 102 | 0.69 | 0.18 | 0 | 0.6 | 195.43 | 0.52 | 0.26 |
| Hex | 20 | 54 | 66 | 45 | 12 | 0 | 3C | C3 | 34 | 1A |
| Octal | 40 | 124 | 146 | 105 | 22 | 0 | 74 | 303 | 64 | 32 |
| Binary | 100000 | 1010100 | 1100110 | 1000101 | 10010 | 0 | 111100 | 11000011 | 110100 | 11010 |
Color Harmonies of #205466
Complementary color
Monochromatic Colors of #205466
Black with #205466
Text Example
Text Example
White with #205466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205466; }
p { color: rgb(32,84,102); }
H1.HeaderClassName
{
color: #205466;
}
.AnyTagClassName
{
color: #205466;
}
</style>
background-color css
<style>
a { background-color: #205466; }
a { background-color: rgb(32,84,102); }
div.DivClassName
{
background-color: #205466;
}
.BgClassName
{
background-color: #205466;
}
</style>
border-color css
<style>
span { border-color: #205466; }
span { border-color: rgb(32,84,102); }
td.TdClassName
{
border-color: #205466;
}
.TagClassName
{
border-color: #205466;
}
</style>