Shades of Arapawa #2C515E
Tints of Arapawa #2C515E
RGB
CMYK
RGB Variations
Color information
#2C515E (or 0x2C515E) is known color: Arapawa. HEX triplet: 2C, 51 and 5E. RGB value is (44,81,94). Sum of RGB (Red+Green+Blue) = 44+81+94=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #2C515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C515E is #D3AEA1. Grayscale: #474747. Windows color (decimal): -13872802 or 6181164. OLE color: 6181164.
HSL color Cylindrical-coordinate representation of color #2C515E: hue angle of 195.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C515E is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 44 | 81 | 94 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.63 |
| HSL | 195.6º | 0.36% | 0.27% | - |
| HSV(B) | 195.6º | 0.53% | 0.37% | - |
| XYZ | 6 | 7.23 | 11.67 | - |
| YUV | 71.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 81 | 94 | 0.53 | 0.14 | 0 | 0.63 | 195.6 | 0.36 | 0.27 |
| Hex | 2C | 51 | 5E | 35 | E | 0 | 3F | C4 | 24 | 1B |
| Octal | 54 | 121 | 136 | 65 | 16 | 0 | 77 | 304 | 44 | 33 |
| Binary | 101100 | 1010001 | 1011110 | 110101 | 1110 | 0 | 111111 | 11000100 | 100100 | 11011 |
Color Harmonies of #2C515E
Complementary color
Monochromatic Colors of #2C515E
Black with #2C515E
Text Example
Text Example
White with #2C515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C515E; }
p { color: rgb(44,81,94); }
H1.HeaderClassName
{
color: #2C515E;
}
.AnyTagClassName
{
color: #2C515E;
}
</style>
background-color css
<style>
a { background-color: #2C515E; }
a { background-color: rgb(44,81,94); }
div.DivClassName
{
background-color: #2C515E;
}
.BgClassName
{
background-color: #2C515E;
}
</style>
border-color css
<style>
span { border-color: #2C515E; }
span { border-color: rgb(44,81,94); }
td.TdClassName
{
border-color: #2C515E;
}
.TagClassName
{
border-color: #2C515E;
}
</style>