Shades of Biscay #313C51
Tints of Biscay #313C51
RGB
CMYK
RGB Variations
Color information
#313C51 (or 0x313C51) is known color: Biscay. HEX triplet: 31, 3C and 51. RGB value is (49,60,81). Sum of RGB (Red+Green+Blue) = 49+60+81=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #313C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C51 is #CEC3AE. Grayscale: #3B3B3B. Windows color (decimal): -13550511 or 5323825. OLE color: 5323825.
HSL color Cylindrical-coordinate representation of color #313C51: hue angle of 219.38º 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 #313C51 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 60 | 81 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.68 |
| HSL | 219.38º | 0.25% | 0.25% | - |
| HSV(B) | 219.38º | 0.4% | 0.32% | - |
| XYZ | 4.37 | 4.48 | 8.42 | - |
| YUV | 59.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 81 | 0.40 | 0.26 | 0 | 0.68 | 219.38 | 0.25 | 0.25 |
| Hex | 31 | 3C | 51 | 28 | 1A | 0 | 44 | DB | 19 | 19 |
| Octal | 61 | 74 | 121 | 50 | 32 | 0 | 104 | 333 | 31 | 31 |
| Binary | 110001 | 111100 | 1010001 | 101000 | 11010 | 0 | 1000100 | 11011011 | 11001 | 11001 |
Color Harmonies of #313C51
Complementary color
Monochromatic Colors of #313C51
Black with #313C51
Text Example
Text Example
White with #313C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C51; }
p { color: rgb(49,60,81); }
H1.HeaderClassName
{
color: #313C51;
}
.AnyTagClassName
{
color: #313C51;
}
</style>
background-color css
<style>
a { background-color: #313C51; }
a { background-color: rgb(49,60,81); }
div.DivClassName
{
background-color: #313C51;
}
.BgClassName
{
background-color: #313C51;
}
</style>
border-color css
<style>
span { border-color: #313C51; }
span { border-color: rgb(49,60,81); }
td.TdClassName
{
border-color: #313C51;
}
.TagClassName
{
border-color: #313C51;
}
</style>