Shades of Arapawa #31515D
Tints of Arapawa #31515D
RGB
CMYK
RGB Variations
Color information
#31515D (or 0x31515D) is known color: Arapawa. HEX triplet: 31, 51 and 5D. RGB value is (49,81,93). Sum of RGB (Red+Green+Blue) = 49+81+93=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #31515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31515D is #CEAEA2. Grayscale: #484848. Windows color (decimal): -13545123 or 6115633. OLE color: 6115633.
HSL color Cylindrical-coordinate representation of color #31515D: hue angle of 196.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31515D is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 81 | 93 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.64 |
| HSL | 196.36º | 0.31% | 0.28% | - |
| HSV(B) | 196.36º | 0.47% | 0.36% | - |
| XYZ | 6.18 | 7.33 | 11.44 | - |
| YUV | 72.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 93 | 0.47 | 0.13 | 0 | 0.64 | 196.36 | 0.31 | 0.28 |
| Hex | 31 | 51 | 5D | 2F | D | 0 | 40 | C4 | 1F | 1C |
| Octal | 61 | 121 | 135 | 57 | 15 | 0 | 100 | 304 | 37 | 34 |
| Binary | 110001 | 1010001 | 1011101 | 101111 | 1101 | 0 | 1000000 | 11000100 | 11111 | 11100 |
Color Harmonies of #31515D
Complementary color
Monochromatic Colors of #31515D
Black with #31515D
Text Example
Text Example
White with #31515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31515D; }
p { color: rgb(49,81,93); }
H1.HeaderClassName
{
color: #31515D;
}
.AnyTagClassName
{
color: #31515D;
}
</style>
background-color css
<style>
a { background-color: #31515D; }
a { background-color: rgb(49,81,93); }
div.DivClassName
{
background-color: #31515D;
}
.BgClassName
{
background-color: #31515D;
}
</style>
border-color css
<style>
span { border-color: #31515D; }
span { border-color: rgb(49,81,93); }
td.TdClassName
{
border-color: #31515D;
}
.TagClassName
{
border-color: #31515D;
}
</style>