Shades of Arapawa #204961
Tints of Arapawa #204961
RGB
CMYK
RGB Variations
Color information
#204961 (or 0x204961) is known color: Arapawa. HEX triplet: 20, 49 and 61. RGB value is (32,73,97). Sum of RGB (Red+Green+Blue) = 32+73+97=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #204961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204961 is #DFB69E. Grayscale: #3F3F3F. Windows color (decimal): -14661279 or 6375712. OLE color: 6375712.
HSL color Cylindrical-coordinate representation of color #204961: hue angle of 202.15º 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 #204961 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 73 | 97 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.62 |
| HSL | 202.15º | 0.5% | 0.25% | - |
| HSV(B) | 202.15º | 0.67% | 0.38% | - |
| XYZ | 5.14 | 5.94 | 12.18 | - |
| YUV | 63.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 97 | 0.67 | 0.25 | 0 | 0.62 | 202.15 | 0.5 | 0.25 |
| Hex | 20 | 49 | 61 | 43 | 19 | 0 | 3E | CA | 32 | 19 |
| Octal | 40 | 111 | 141 | 103 | 31 | 0 | 76 | 312 | 62 | 31 |
| Binary | 100000 | 1001001 | 1100001 | 1000011 | 11001 | 0 | 111110 | 11001010 | 110010 | 11001 |
Color Harmonies of #204961
Complementary color
Monochromatic Colors of #204961
Black with #204961
Text Example
Text Example
White with #204961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204961; }
p { color: rgb(32,73,97); }
H1.HeaderClassName
{
color: #204961;
}
.AnyTagClassName
{
color: #204961;
}
</style>
background-color css
<style>
a { background-color: #204961; }
a { background-color: rgb(32,73,97); }
div.DivClassName
{
background-color: #204961;
}
.BgClassName
{
background-color: #204961;
}
</style>
border-color css
<style>
span { border-color: #204961; }
span { border-color: rgb(32,73,97); }
td.TdClassName
{
border-color: #204961;
}
.TagClassName
{
border-color: #204961;
}
</style>