Shades of Arapawa #2C5061
Tints of Arapawa #2C5061
RGB
CMYK
RGB Variations
Color information
#2C5061 (or 0x2C5061) is known color: Arapawa. HEX triplet: 2C, 50 and 61. RGB value is (44,80,97). Sum of RGB (Red+Green+Blue) = 44+80+97=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #2C5061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5061 is #D3AF9E. Grayscale: #474747. Windows color (decimal): -13873055 or 6377516. OLE color: 6377516.
HSL color Cylindrical-coordinate representation of color #2C5061: hue angle of 199.25º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C5061 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 80 | 97 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.62 |
| HSL | 199.25º | 0.38% | 0.28% | - |
| HSV(B) | 199.25º | 0.55% | 0.38% | - |
| XYZ | 6.07 | 7.14 | 12.37 | - |
| YUV | 71.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 80 | 97 | 0.55 | 0.18 | 0 | 0.62 | 199.25 | 0.38 | 0.28 |
| Hex | 2C | 50 | 61 | 37 | 12 | 0 | 3E | C7 | 26 | 1C |
| Octal | 54 | 120 | 141 | 67 | 22 | 0 | 76 | 307 | 46 | 34 |
| Binary | 101100 | 1010000 | 1100001 | 110111 | 10010 | 0 | 111110 | 11000111 | 100110 | 11100 |
Color Harmonies of #2C5061
Complementary color
Monochromatic Colors of #2C5061
Black with #2C5061
Text Example
Text Example
White with #2C5061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5061; }
p { color: rgb(44,80,97); }
H1.HeaderClassName
{
color: #2C5061;
}
.AnyTagClassName
{
color: #2C5061;
}
</style>
background-color css
<style>
a { background-color: #2C5061; }
a { background-color: rgb(44,80,97); }
div.DivClassName
{
background-color: #2C5061;
}
.BgClassName
{
background-color: #2C5061;
}
</style>
border-color css
<style>
span { border-color: #2C5061; }
span { border-color: rgb(44,80,97); }
td.TdClassName
{
border-color: #2C5061;
}
.TagClassName
{
border-color: #2C5061;
}
</style>