Shades of Biscay #313A51
Tints of Biscay #313A51
RGB
CMYK
RGB Variations
Color information
#313A51 (or 0x313A51) is known color: Biscay. HEX triplet: 31, 3A and 51. RGB value is (49,58,81). Sum of RGB (Red+Green+Blue) = 49+58+81=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #313A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A51 is #CEC5AE. Grayscale: #393939. Windows color (decimal): -13551023 or 5323313. OLE color: 5323313.
HSL color Cylindrical-coordinate representation of color #313A51: hue angle of 223.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313A51 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 58 | 81 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.68 |
| HSL | 223.13º | 0.25% | 0.25% | - |
| HSV(B) | 223.13º | 0.4% | 0.32% | - |
| XYZ | 4.26 | 4.27 | 8.38 | - |
| YUV | 57.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 81 | 0.40 | 0.28 | 0 | 0.68 | 223.13 | 0.25 | 0.25 |
| Hex | 31 | 3A | 51 | 28 | 1C | 0 | 44 | DF | 19 | 19 |
| Octal | 61 | 72 | 121 | 50 | 34 | 0 | 104 | 337 | 31 | 31 |
| Binary | 110001 | 111010 | 1010001 | 101000 | 11100 | 0 | 1000100 | 11011111 | 11001 | 11001 |
Color Harmonies of #313A51
Complementary color
Monochromatic Colors of #313A51
Black with #313A51
Text Example
Text Example
White with #313A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A51; }
p { color: rgb(49,58,81); }
H1.HeaderClassName
{
color: #313A51;
}
.AnyTagClassName
{
color: #313A51;
}
</style>
background-color css
<style>
a { background-color: #313A51; }
a { background-color: rgb(49,58,81); }
div.DivClassName
{
background-color: #313A51;
}
.BgClassName
{
background-color: #313A51;
}
</style>
border-color css
<style>
span { border-color: #313A51; }
span { border-color: rgb(49,58,81); }
td.TdClassName
{
border-color: #313A51;
}
.TagClassName
{
border-color: #313A51;
}
</style>