Shades of Arapawa #204A62
Tints of Arapawa #204A62
RGB
CMYK
RGB Variations
Color information
#204A62 (or 0x204A62) is known color: Arapawa. HEX triplet: 20, 4A and 62. RGB value is (32,74,98). Sum of RGB (Red+Green+Blue) = 32+74+98=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #204A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A62 is #DFB59D. Grayscale: #404040. Windows color (decimal): -14661022 or 6441504. OLE color: 6441504.
HSL color Cylindrical-coordinate representation of color #204A62: hue angle of 201.82º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #204A62 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 74 | 98 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.62 |
| HSL | 201.82º | 0.51% | 0.25% | - |
| HSV(B) | 201.82º | 0.67% | 0.38% | - |
| XYZ | 5.25 | 6.09 | 12.45 | - |
| YUV | 64.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 98 | 0.67 | 0.24 | 0 | 0.62 | 201.82 | 0.51 | 0.25 |
| Hex | 20 | 4A | 62 | 43 | 18 | 0 | 3E | CA | 33 | 19 |
| Octal | 40 | 112 | 142 | 103 | 30 | 0 | 76 | 312 | 63 | 31 |
| Binary | 100000 | 1001010 | 1100010 | 1000011 | 11000 | 0 | 111110 | 11001010 | 110011 | 11001 |
Color Harmonies of #204A62
Complementary color
Monochromatic Colors of #204A62
Black with #204A62
Text Example
Text Example
White with #204A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204A62; }
p { color: rgb(32,74,98); }
H1.HeaderClassName
{
color: #204A62;
}
.AnyTagClassName
{
color: #204A62;
}
</style>
background-color css
<style>
a { background-color: #204A62; }
a { background-color: rgb(32,74,98); }
div.DivClassName
{
background-color: #204A62;
}
.BgClassName
{
background-color: #204A62;
}
</style>
border-color css
<style>
span { border-color: #204A62; }
span { border-color: rgb(32,74,98); }
td.TdClassName
{
border-color: #204A62;
}
.TagClassName
{
border-color: #204A62;
}
</style>