Shades of Arapawa #31505F
Tints of Arapawa #31505F
RGB
CMYK
RGB Variations
Color information
#31505F (or 0x31505F) is known color: Arapawa. HEX triplet: 31, 50 and 5F. RGB value is (49,80,95). Sum of RGB (Red+Green+Blue) = 49+80+95=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #31505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31505F is #CEAFA0. Grayscale: #484848. Windows color (decimal): -13545377 or 6246449. OLE color: 6246449.
HSL color Cylindrical-coordinate representation of color #31505F: hue angle of 199.57º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31505F is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 80 | 95 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.63 |
| HSL | 199.57º | 0.32% | 0.28% | - |
| HSV(B) | 199.57º | 0.48% | 0.37% | - |
| XYZ | 6.2 | 7.22 | 11.89 | - |
| YUV | 72.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 95 | 0.48 | 0.16 | 0 | 0.63 | 199.57 | 0.32 | 0.28 |
| Hex | 31 | 50 | 5F | 30 | 10 | 0 | 3F | C8 | 20 | 1C |
| Octal | 61 | 120 | 137 | 60 | 20 | 0 | 77 | 310 | 40 | 34 |
| Binary | 110001 | 1010000 | 1011111 | 110000 | 10000 | 0 | 111111 | 11001000 | 100000 | 11100 |
Color Harmonies of #31505F
Complementary color
Monochromatic Colors of #31505F
Black with #31505F
Text Example
Text Example
White with #31505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31505F; }
p { color: rgb(49,80,95); }
H1.HeaderClassName
{
color: #31505F;
}
.AnyTagClassName
{
color: #31505F;
}
</style>
background-color css
<style>
a { background-color: #31505F; }
a { background-color: rgb(49,80,95); }
div.DivClassName
{
background-color: #31505F;
}
.BgClassName
{
background-color: #31505F;
}
</style>
border-color css
<style>
span { border-color: #31505F; }
span { border-color: rgb(49,80,95); }
td.TdClassName
{
border-color: #31505F;
}
.TagClassName
{
border-color: #31505F;
}
</style>