Shades of Arapawa #31505B
Tints of Arapawa #31505B
RGB
CMYK
RGB Variations
Color information
#31505B (or 0x31505B) is known color: Arapawa. HEX triplet: 31, 50 and 5B. RGB value is (49,80,91). Sum of RGB (Red+Green+Blue) = 49+80+91=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #31505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31505B is #CEAFA4. Grayscale: #474747. Windows color (decimal): -13545381 or 5984305. OLE color: 5984305.
HSL color Cylindrical-coordinate representation of color #31505B: hue angle of 195.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31505B is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 80 | 91 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.64 |
| HSL | 195.71º | 0.3% | 0.27% | - |
| HSV(B) | 195.71º | 0.46% | 0.36% | - |
| XYZ | 6.02 | 7.15 | 10.96 | - |
| YUV | 71.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 91 | 0.46 | 0.12 | 0 | 0.64 | 195.71 | 0.3 | 0.27 |
| Hex | 31 | 50 | 5B | 2E | C | 0 | 40 | C4 | 1E | 1B |
| Octal | 61 | 120 | 133 | 56 | 14 | 0 | 100 | 304 | 36 | 33 |
| Binary | 110001 | 1010000 | 1011011 | 101110 | 1100 | 0 | 1000000 | 11000100 | 11110 | 11011 |
Color Harmonies of #31505B
Complementary color
Monochromatic Colors of #31505B
Black with #31505B
Text Example
Text Example
White with #31505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31505B; }
p { color: rgb(49,80,91); }
H1.HeaderClassName
{
color: #31505B;
}
.AnyTagClassName
{
color: #31505B;
}
</style>
background-color css
<style>
a { background-color: #31505B; }
a { background-color: rgb(49,80,91); }
div.DivClassName
{
background-color: #31505B;
}
.BgClassName
{
background-color: #31505B;
}
</style>
border-color css
<style>
span { border-color: #31505B; }
span { border-color: rgb(49,80,91); }
td.TdClassName
{
border-color: #31505B;
}
.TagClassName
{
border-color: #31505B;
}
</style>