Shades of Arapawa #204A64
Tints of Arapawa #204A64
RGB
CMYK
RGB Variations
Color information
#204A64 (or 0x204A64) is known color: Arapawa. HEX triplet: 20, 4A and 64. RGB value is (32,74,100). Sum of RGB (Red+Green+Blue) = 32+74+100=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 100 - color contains mainly: blue. Hex color #204A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A64 is #DFB59B. Grayscale: #404040. Windows color (decimal): -14661020 or 6572576. OLE color: 6572576.
HSL color Cylindrical-coordinate representation of color #204A64: hue angle of 202.94º 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 #204A64 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 74 | 100 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.61 |
| HSL | 202.94º | 0.52% | 0.26% | - |
| HSV(B) | 202.94º | 0.68% | 0.39% | - |
| XYZ | 5.34 | 6.12 | 12.96 | - |
| YUV | 64.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 100 | 0.68 | 0.26 | 0 | 0.61 | 202.94 | 0.52 | 0.26 |
| Hex | 20 | 4A | 64 | 44 | 1A | 0 | 3D | CB | 34 | 1A |
| Octal | 40 | 112 | 144 | 104 | 32 | 0 | 75 | 313 | 64 | 32 |
| Binary | 100000 | 1001010 | 1100100 | 1000100 | 11010 | 0 | 111101 | 11001011 | 110100 | 11010 |
Color Harmonies of #204A64
Complementary color
Monochromatic Colors of #204A64
Black with #204A64
Text Example
Text Example
White with #204A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204A64; }
p { color: rgb(32,74,100); }
H1.HeaderClassName
{
color: #204A64;
}
.AnyTagClassName
{
color: #204A64;
}
</style>
background-color css
<style>
a { background-color: #204A64; }
a { background-color: rgb(32,74,100); }
div.DivClassName
{
background-color: #204A64;
}
.BgClassName
{
background-color: #204A64;
}
</style>
border-color css
<style>
span { border-color: #204A64; }
span { border-color: rgb(32,74,100); }
td.TdClassName
{
border-color: #204A64;
}
.TagClassName
{
border-color: #204A64;
}
</style>