Shades of Arapawa #204F64
Tints of Arapawa #204F64
RGB
CMYK
RGB Variations
Color information
#204F64 (or 0x204F64) is known color: Arapawa. HEX triplet: 20, 4F and 64. RGB value is (32,79,100). Sum of RGB (Red+Green+Blue) = 32+79+100=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #204F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F64 is #DFB09B. Grayscale: #434343. Windows color (decimal): -14659740 or 6573856. OLE color: 6573856.
HSL color Cylindrical-coordinate representation of color #204F64: hue angle of 198.53º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #204F64 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 79 | 100 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.61 |
| HSL | 198.53º | 0.52% | 0.26% | - |
| HSV(B) | 198.53º | 0.68% | 0.39% | - |
| XYZ | 5.69 | 6.82 | 13.07 | - |
| YUV | 67.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 100 | 0.68 | 0.21 | 0 | 0.61 | 198.53 | 0.52 | 0.26 |
| Hex | 20 | 4F | 64 | 44 | 15 | 0 | 3D | C7 | 34 | 1A |
| Octal | 40 | 117 | 144 | 104 | 25 | 0 | 75 | 307 | 64 | 32 |
| Binary | 100000 | 1001111 | 1100100 | 1000100 | 10101 | 0 | 111101 | 11000111 | 110100 | 11010 |
Color Harmonies of #204F64
Complementary color
Monochromatic Colors of #204F64
Black with #204F64
Text Example
Text Example
White with #204F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204F64; }
p { color: rgb(32,79,100); }
H1.HeaderClassName
{
color: #204F64;
}
.AnyTagClassName
{
color: #204F64;
}
</style>
background-color css
<style>
a { background-color: #204F64; }
a { background-color: rgb(32,79,100); }
div.DivClassName
{
background-color: #204F64;
}
.BgClassName
{
background-color: #204F64;
}
</style>
border-color css
<style>
span { border-color: #204F64; }
span { border-color: rgb(32,79,100); }
td.TdClassName
{
border-color: #204F64;
}
.TagClassName
{
border-color: #204F64;
}
</style>