Shades of Arapawa #204A60
Tints of Arapawa #204A60
RGB
CMYK
RGB Variations
Color information
#204A60 (or 0x204A60) is known color: Arapawa. HEX triplet: 20, 4A and 60. RGB value is (32,74,96). Sum of RGB (Red+Green+Blue) = 32+74+96=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #204A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A60 is #DFB59F. Grayscale: #3F3F3F. Windows color (decimal): -14661024 or 6310432. OLE color: 6310432.
HSL color Cylindrical-coordinate representation of color #204A60: hue angle of 200.62º degrees, saturation: 0.5, 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 #204A60 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 74 | 96 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.62 |
| HSL | 200.63º | 0.5% | 0.25% | - |
| HSV(B) | 200.63º | 0.67% | 0.38% | - |
| XYZ | 5.16 | 6.05 | 11.96 | - |
| YUV | 63.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 96 | 0.67 | 0.23 | 0 | 0.62 | 200.63 | 0.5 | 0.25 |
| Hex | 20 | 4A | 60 | 43 | 17 | 0 | 3E | C9 | 32 | 19 |
| Octal | 40 | 112 | 140 | 103 | 27 | 0 | 76 | 311 | 62 | 31 |
| Binary | 100000 | 1001010 | 1100000 | 1000011 | 10111 | 0 | 111110 | 11001001 | 110010 | 11001 |
Color Harmonies of #204A60
Complementary color
Monochromatic Colors of #204A60
Black with #204A60
Text Example
Text Example
White with #204A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204A60; }
p { color: rgb(32,74,96); }
H1.HeaderClassName
{
color: #204A60;
}
.AnyTagClassName
{
color: #204A60;
}
</style>
background-color css
<style>
a { background-color: #204A60; }
a { background-color: rgb(32,74,96); }
div.DivClassName
{
background-color: #204A60;
}
.BgClassName
{
background-color: #204A60;
}
</style>
border-color css
<style>
span { border-color: #204A60; }
span { border-color: rgb(32,74,96); }
td.TdClassName
{
border-color: #204A60;
}
.TagClassName
{
border-color: #204A60;
}
</style>