Shades of Arapawa #204D6C
Tints of Arapawa #204D6C
RGB
CMYK
RGB Variations
Color information
#204D6C (or 0x204D6C) is known color: Arapawa. HEX triplet: 20, 4D and 6C. RGB value is (32,77,108). Sum of RGB (Red+Green+Blue) = 32+77+108=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #204D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D6C is #DFB293. Grayscale: #424242. Windows color (decimal): -14660244 or 7097632. OLE color: 7097632.
HSL color Cylindrical-coordinate representation of color #204D6C: hue angle of 204.47º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #204D6C is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 77 | 108 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.58 |
| HSL | 204.47º | 0.54% | 0.27% | - |
| HSV(B) | 204.47º | 0.7% | 0.42% | - |
| XYZ | 5.96 | 6.7 | 15.17 | - |
| YUV | 67.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 108 | 0.70 | 0.29 | 0 | 0.58 | 204.47 | 0.54 | 0.27 |
| Hex | 20 | 4D | 6C | 46 | 1D | 0 | 3A | CC | 36 | 1B |
| Octal | 40 | 115 | 154 | 106 | 35 | 0 | 72 | 314 | 66 | 33 |
| Binary | 100000 | 1001101 | 1101100 | 1000110 | 11101 | 0 | 111010 | 11001100 | 110110 | 11011 |
Color Harmonies of #204D6C
Complementary color
Monochromatic Colors of #204D6C
Black with #204D6C
Text Example
Text Example
White with #204D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204D6C; }
p { color: rgb(32,77,108); }
H1.HeaderClassName
{
color: #204D6C;
}
.AnyTagClassName
{
color: #204D6C;
}
</style>
background-color css
<style>
a { background-color: #204D6C; }
a { background-color: rgb(32,77,108); }
div.DivClassName
{
background-color: #204D6C;
}
.BgClassName
{
background-color: #204D6C;
}
</style>
border-color css
<style>
span { border-color: #204D6C; }
span { border-color: rgb(32,77,108); }
td.TdClassName
{
border-color: #204D6C;
}
.TagClassName
{
border-color: #204D6C;
}
</style>