Shades of Arapawa #204F66
Tints of Arapawa #204F66
RGB
CMYK
RGB Variations
Color information
#204F66 (or 0x204F66) is known color: Arapawa. HEX triplet: 20, 4F and 66. RGB value is (32,79,102). Sum of RGB (Red+Green+Blue) = 32+79+102=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #204F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F66 is #DFB099. Grayscale: #434343. Windows color (decimal): -14659738 or 6704928. OLE color: 6704928.
HSL color Cylindrical-coordinate representation of color #204F66: hue angle of 199.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #204F66 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 79 | 102 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.6 |
| HSL | 199.71º | 0.52% | 0.26% | - |
| HSV(B) | 199.71º | 0.69% | 0.4% | - |
| XYZ | 5.79 | 6.86 | 13.59 | - |
| YUV | 67.57 | 147.43 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 102 | 0.69 | 0.23 | 0 | 0.6 | 199.71 | 0.52 | 0.26 |
| Hex | 20 | 4F | 66 | 45 | 17 | 0 | 3C | C8 | 34 | 1A |
| Octal | 40 | 117 | 146 | 105 | 27 | 0 | 74 | 310 | 64 | 32 |
| Binary | 100000 | 1001111 | 1100110 | 1000101 | 10111 | 0 | 111100 | 11001000 | 110100 | 11010 |
Color Harmonies of #204F66
Complementary color
Monochromatic Colors of #204F66
Black with #204F66
Text Example
Text Example
White with #204F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204F66; }
p { color: rgb(32,79,102); }
H1.HeaderClassName
{
color: #204F66;
}
.AnyTagClassName
{
color: #204F66;
}
</style>
background-color css
<style>
a { background-color: #204F66; }
a { background-color: rgb(32,79,102); }
div.DivClassName
{
background-color: #204F66;
}
.BgClassName
{
background-color: #204F66;
}
</style>
border-color css
<style>
span { border-color: #204F66; }
span { border-color: rgb(32,79,102); }
td.TdClassName
{
border-color: #204F66;
}
.TagClassName
{
border-color: #204F66;
}
</style>