Shades of Arapawa #20466C
Tints of Arapawa #20466C
RGB
CMYK
RGB Variations
Color information
#20466C (or 0x20466C) is known color: Arapawa. HEX triplet: 20, 46 and 6C. RGB value is (32,70,108). Sum of RGB (Red+Green+Blue) = 32+70+108=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #20466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20466C is #DFB993. Grayscale: #3E3E3E. Windows color (decimal): -14662036 or 7095840. OLE color: 7095840.
HSL color Cylindrical-coordinate representation of color #20466C: hue angle of 210º 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 #20466C is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 70 | 108 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.58 |
| HSL | 210º | 0.54% | 0.27% | - |
| HSV(B) | 210º | 0.7% | 0.42% | - |
| XYZ | 5.49 | 5.77 | 15.01 | - |
| YUV | 62.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 108 | 0.70 | 0.35 | 0 | 0.58 | 210 | 0.54 | 0.27 |
| Hex | 20 | 46 | 6C | 46 | 23 | 0 | 3A | D2 | 36 | 1B |
| Octal | 40 | 106 | 154 | 106 | 43 | 0 | 72 | 322 | 66 | 33 |
| Binary | 100000 | 1000110 | 1101100 | 1000110 | 100011 | 0 | 111010 | 11010010 | 110110 | 11011 |
Color Harmonies of #20466C
Complementary color
Monochromatic Colors of #20466C
Black with #20466C
Text Example
Text Example
White with #20466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20466C; }
p { color: rgb(32,70,108); }
H1.HeaderClassName
{
color: #20466C;
}
.AnyTagClassName
{
color: #20466C;
}
</style>
background-color css
<style>
a { background-color: #20466C; }
a { background-color: rgb(32,70,108); }
div.DivClassName
{
background-color: #20466C;
}
.BgClassName
{
background-color: #20466C;
}
</style>
border-color css
<style>
span { border-color: #20466C; }
span { border-color: rgb(32,70,108); }
td.TdClassName
{
border-color: #20466C;
}
.TagClassName
{
border-color: #20466C;
}
</style>