Shades of Arapawa #204B61
Tints of Arapawa #204B61
RGB
CMYK
RGB Variations
Color information
#204B61 (or 0x204B61) is known color: Arapawa. HEX triplet: 20, 4B and 61. RGB value is (32,75,97). Sum of RGB (Red+Green+Blue) = 32+75+97=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #204B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B61 is #DFB49E. Grayscale: #404040. Windows color (decimal): -14660767 or 6376224. OLE color: 6376224.
HSL color Cylindrical-coordinate representation of color #204B61: hue angle of 200.31º 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 #204B61 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 75 | 97 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.62 |
| HSL | 200.31º | 0.5% | 0.25% | - |
| HSV(B) | 200.31º | 0.67% | 0.38% | - |
| XYZ | 5.27 | 6.2 | 12.23 | - |
| YUV | 64.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 97 | 0.67 | 0.23 | 0 | 0.62 | 200.31 | 0.5 | 0.25 |
| Hex | 20 | 4B | 61 | 43 | 17 | 0 | 3E | C8 | 32 | 19 |
| Octal | 40 | 113 | 141 | 103 | 27 | 0 | 76 | 310 | 62 | 31 |
| Binary | 100000 | 1001011 | 1100001 | 1000011 | 10111 | 0 | 111110 | 11001000 | 110010 | 11001 |
Color Harmonies of #204B61
Complementary color
Monochromatic Colors of #204B61
Black with #204B61
Text Example
Text Example
White with #204B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204B61; }
p { color: rgb(32,75,97); }
H1.HeaderClassName
{
color: #204B61;
}
.AnyTagClassName
{
color: #204B61;
}
</style>
background-color css
<style>
a { background-color: #204B61; }
a { background-color: rgb(32,75,97); }
div.DivClassName
{
background-color: #204B61;
}
.BgClassName
{
background-color: #204B61;
}
</style>
border-color css
<style>
span { border-color: #204B61; }
span { border-color: rgb(32,75,97); }
td.TdClassName
{
border-color: #204B61;
}
.TagClassName
{
border-color: #204B61;
}
</style>