Shades of Arapawa #204861
Tints of Arapawa #204861
RGB
CMYK
RGB Variations
Color information
#204861 (or 0x204861) is known color: Arapawa. HEX triplet: 20, 48 and 61. RGB value is (32,72,97). Sum of RGB (Red+Green+Blue) = 32+72+97=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #204861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204861 is #DFB79E. Grayscale: #3E3E3E. Windows color (decimal): -14661535 or 6375456. OLE color: 6375456.
HSL color Cylindrical-coordinate representation of color #204861: hue angle of 203.08º 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 #204861 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 72 | 97 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.62 |
| HSL | 203.08º | 0.5% | 0.25% | - |
| HSV(B) | 203.08º | 0.67% | 0.38% | - |
| XYZ | 5.07 | 5.8 | 12.16 | - |
| YUV | 62.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 97 | 0.67 | 0.26 | 0 | 0.62 | 203.08 | 0.5 | 0.25 |
| Hex | 20 | 48 | 61 | 43 | 1A | 0 | 3E | CB | 32 | 19 |
| Octal | 40 | 110 | 141 | 103 | 32 | 0 | 76 | 313 | 62 | 31 |
| Binary | 100000 | 1001000 | 1100001 | 1000011 | 11010 | 0 | 111110 | 11001011 | 110010 | 11001 |
Color Harmonies of #204861
Complementary color
Monochromatic Colors of #204861
Black with #204861
Text Example
Text Example
White with #204861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204861; }
p { color: rgb(32,72,97); }
H1.HeaderClassName
{
color: #204861;
}
.AnyTagClassName
{
color: #204861;
}
</style>
background-color css
<style>
a { background-color: #204861; }
a { background-color: rgb(32,72,97); }
div.DivClassName
{
background-color: #204861;
}
.BgClassName
{
background-color: #204861;
}
</style>
border-color css
<style>
span { border-color: #204861; }
span { border-color: rgb(32,72,97); }
td.TdClassName
{
border-color: #204861;
}
.TagClassName
{
border-color: #204861;
}
</style>