Shades of Arapawa #204D6B
Tints of Arapawa #204D6B
RGB
CMYK
RGB Variations
Color information
#204D6B (or 0x204D6B) is known color: Arapawa. HEX triplet: 20, 4D and 6B. RGB value is (32,77,107). Sum of RGB (Red+Green+Blue) = 32+77+107=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #204D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D6B is #DFB294. Grayscale: #424242. Windows color (decimal): -14660245 or 7032096. OLE color: 7032096.
HSL color Cylindrical-coordinate representation of color #204D6B: hue angle of 204º 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 #204D6B is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 77 | 107 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.58 |
| HSL | 204º | 0.54% | 0.27% | - |
| HSV(B) | 204º | 0.7% | 0.42% | - |
| XYZ | 5.9 | 6.68 | 14.89 | - |
| YUV | 66.97 | 150.59 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 107 | 0.70 | 0.28 | 0 | 0.58 | 204 | 0.54 | 0.27 |
| Hex | 20 | 4D | 6B | 46 | 1C | 0 | 3A | CC | 36 | 1B |
| Octal | 40 | 115 | 153 | 106 | 34 | 0 | 72 | 314 | 66 | 33 |
| Binary | 100000 | 1001101 | 1101011 | 1000110 | 11100 | 0 | 111010 | 11001100 | 110110 | 11011 |
Color Harmonies of #204D6B
Complementary color
Monochromatic Colors of #204D6B
Black with #204D6B
Text Example
Text Example
White with #204D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204D6B; }
p { color: rgb(32,77,107); }
H1.HeaderClassName
{
color: #204D6B;
}
.AnyTagClassName
{
color: #204D6B;
}
</style>
background-color css
<style>
a { background-color: #204D6B; }
a { background-color: rgb(32,77,107); }
div.DivClassName
{
background-color: #204D6B;
}
.BgClassName
{
background-color: #204D6B;
}
</style>
border-color css
<style>
span { border-color: #204D6B; }
span { border-color: rgb(32,77,107); }
td.TdClassName
{
border-color: #204D6B;
}
.TagClassName
{
border-color: #204D6B;
}
</style>