Shades of Arapawa #20506A
Tints of Arapawa #20506A
RGB
CMYK
RGB Variations
Color information
#20506A (or 0x20506A) is known color: Arapawa. HEX triplet: 20, 50 and 6A. RGB value is (32,80,106). Sum of RGB (Red+Green+Blue) = 32+80+106=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #20506A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20506A is #DFAF95. Grayscale: #444444. Windows color (decimal): -14659478 or 6967328. OLE color: 6967328.
HSL color Cylindrical-coordinate representation of color #20506A: hue angle of 201.08º 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 #20506A is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 80 | 106 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.58 |
| HSL | 201.08º | 0.54% | 0.27% | - |
| HSV(B) | 201.08º | 0.7% | 0.42% | - |
| XYZ | 6.07 | 7.09 | 14.68 | - |
| YUV | 68.61 | 149.1 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 106 | 0.70 | 0.25 | 0 | 0.58 | 201.08 | 0.54 | 0.27 |
| Hex | 20 | 50 | 6A | 46 | 19 | 0 | 3A | C9 | 36 | 1B |
| Octal | 40 | 120 | 152 | 106 | 31 | 0 | 72 | 311 | 66 | 33 |
| Binary | 100000 | 1010000 | 1101010 | 1000110 | 11001 | 0 | 111010 | 11001001 | 110110 | 11011 |
Color Harmonies of #20506A
Complementary color
Monochromatic Colors of #20506A
Black with #20506A
Text Example
Text Example
White with #20506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20506A; }
p { color: rgb(32,80,106); }
H1.HeaderClassName
{
color: #20506A;
}
.AnyTagClassName
{
color: #20506A;
}
</style>
background-color css
<style>
a { background-color: #20506A; }
a { background-color: rgb(32,80,106); }
div.DivClassName
{
background-color: #20506A;
}
.BgClassName
{
background-color: #20506A;
}
</style>
border-color css
<style>
span { border-color: #20506A; }
span { border-color: rgb(32,80,106); }
td.TdClassName
{
border-color: #20506A;
}
.TagClassName
{
border-color: #20506A;
}
</style>