Shades of Arapawa #2C5460
Tints of Arapawa #2C5460
RGB
CMYK
RGB Variations
Color information
#2C5460 (or 0x2C5460) is known color: Arapawa. HEX triplet: 2C, 54 and 60. RGB value is (44,84,96). Sum of RGB (Red+Green+Blue) = 44+84+96=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5460 is #D3AB9F. Grayscale: #494949. Windows color (decimal): -13872032 or 6313004. OLE color: 6313004.
HSL color Cylindrical-coordinate representation of color #2C5460: hue angle of 193.85º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C5460 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 84 | 96 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.62 |
| HSL | 193.85º | 0.37% | 0.27% | - |
| HSV(B) | 193.85º | 0.54% | 0.38% | - |
| XYZ | 6.32 | 7.72 | 12.22 | - |
| YUV | 73.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 84 | 96 | 0.54 | 0.12 | 0 | 0.62 | 193.85 | 0.37 | 0.27 |
| Hex | 2C | 54 | 60 | 36 | C | 0 | 3E | C2 | 25 | 1B |
| Octal | 54 | 124 | 140 | 66 | 14 | 0 | 76 | 302 | 45 | 33 |
| Binary | 101100 | 1010100 | 1100000 | 110110 | 1100 | 0 | 111110 | 11000010 | 100101 | 11011 |
Color Harmonies of #2C5460
Complementary color
Monochromatic Colors of #2C5460
Black with #2C5460
Text Example
Text Example
White with #2C5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5460; }
p { color: rgb(44,84,96); }
H1.HeaderClassName
{
color: #2C5460;
}
.AnyTagClassName
{
color: #2C5460;
}
</style>
background-color css
<style>
a { background-color: #2C5460; }
a { background-color: rgb(44,84,96); }
div.DivClassName
{
background-color: #2C5460;
}
.BgClassName
{
background-color: #2C5460;
}
</style>
border-color css
<style>
span { border-color: #2C5460; }
span { border-color: rgb(44,84,96); }
td.TdClassName
{
border-color: #2C5460;
}
.TagClassName
{
border-color: #2C5460;
}
</style>