Shades of Arapawa #245560
Tints of Arapawa #245560
RGB
CMYK
RGB Variations
Color information
#245560 (or 0x245560) is known color: Arapawa. HEX triplet: 24, 55 and 60. RGB value is (36,85,96). Sum of RGB (Red+Green+Blue) = 36+85+96=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #245560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245560 is #DBAA9F. Grayscale: #474747. Windows color (decimal): -14396064 or 6313252. OLE color: 6313252.
HSL color Cylindrical-coordinate representation of color #245560: hue angle of 191º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245560 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 85 | 96 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.62 |
| HSL | 191º | 0.45% | 0.26% | - |
| HSV(B) | 191º | 0.63% | 0.38% | - |
| XYZ | 6.09 | 7.72 | 12.23 | - |
| YUV | 71.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 96 | 0.62 | 0.11 | 0 | 0.62 | 191 | 0.45 | 0.26 |
| Hex | 24 | 55 | 60 | 3E | B | 0 | 3E | BF | 2D | 1A |
| Octal | 44 | 125 | 140 | 76 | 13 | 0 | 76 | 277 | 55 | 32 |
| Binary | 100100 | 1010101 | 1100000 | 111110 | 1011 | 0 | 111110 | 10111111 | 101101 | 11010 |
Color Harmonies of #245560
Complementary color
Monochromatic Colors of #245560
Black with #245560
Text Example
Text Example
White with #245560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245560; }
p { color: rgb(36,85,96); }
H1.HeaderClassName
{
color: #245560;
}
.AnyTagClassName
{
color: #245560;
}
</style>
background-color css
<style>
a { background-color: #245560; }
a { background-color: rgb(36,85,96); }
div.DivClassName
{
background-color: #245560;
}
.BgClassName
{
background-color: #245560;
}
</style>
border-color css
<style>
span { border-color: #245560; }
span { border-color: rgb(36,85,96); }
td.TdClassName
{
border-color: #245560;
}
.TagClassName
{
border-color: #245560;
}
</style>