Shades of Arapawa #20476C
Tints of Arapawa #20476C
RGB
CMYK
RGB Variations
Color information
#20476C (or 0x20476C) is known color: Arapawa. HEX triplet: 20, 47 and 6C. RGB value is (32,71,108). Sum of RGB (Red+Green+Blue) = 32+71+108=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #20476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20476C is #DFB893. Grayscale: #3F3F3F. Windows color (decimal): -14661780 or 7096096. OLE color: 7096096.
HSL color Cylindrical-coordinate representation of color #20476C: hue angle of 209.21º 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 #20476C is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 71 | 108 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.58 |
| HSL | 209.21º | 0.54% | 0.27% | - |
| HSV(B) | 209.21º | 0.7% | 0.42% | - |
| XYZ | 5.56 | 5.9 | 15.03 | - |
| YUV | 63.56 | 153.08 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 108 | 0.70 | 0.34 | 0 | 0.58 | 209.21 | 0.54 | 0.27 |
| Hex | 20 | 47 | 6C | 46 | 22 | 0 | 3A | D1 | 36 | 1B |
| Octal | 40 | 107 | 154 | 106 | 42 | 0 | 72 | 321 | 66 | 33 |
| Binary | 100000 | 1000111 | 1101100 | 1000110 | 100010 | 0 | 111010 | 11010001 | 110110 | 11011 |
Color Harmonies of #20476C
Complementary color
Monochromatic Colors of #20476C
Black with #20476C
Text Example
Text Example
White with #20476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20476C; }
p { color: rgb(32,71,108); }
H1.HeaderClassName
{
color: #20476C;
}
.AnyTagClassName
{
color: #20476C;
}
</style>
background-color css
<style>
a { background-color: #20476C; }
a { background-color: rgb(32,71,108); }
div.DivClassName
{
background-color: #20476C;
}
.BgClassName
{
background-color: #20476C;
}
</style>
border-color css
<style>
span { border-color: #20476C; }
span { border-color: rgb(32,71,108); }
td.TdClassName
{
border-color: #20476C;
}
.TagClassName
{
border-color: #20476C;
}
</style>