Shades of Biscay #313C56
Tints of Biscay #313C56
RGB
CMYK
RGB Variations
Color information
#313C56 (or 0x313C56) is known color: Biscay. HEX triplet: 31, 3C and 56. RGB value is (49,60,86). Sum of RGB (Red+Green+Blue) = 49+60+86=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #313C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C56 is #CEC3A9. Grayscale: #3B3B3B. Windows color (decimal): -13550506 or 5651505. OLE color: 5651505.
HSL color Cylindrical-coordinate representation of color #313C56: hue angle of 222.16º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #313C56 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 60 | 86 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.66 |
| HSL | 222.16º | 0.27% | 0.26% | - |
| HSV(B) | 222.16º | 0.43% | 0.34% | - |
| XYZ | 4.56 | 4.56 | 9.44 | - |
| YUV | 59.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 86 | 0.43 | 0.30 | 0 | 0.66 | 222.16 | 0.27 | 0.26 |
| Hex | 31 | 3C | 56 | 2B | 1E | 0 | 42 | DE | 1B | 1A |
| Octal | 61 | 74 | 126 | 53 | 36 | 0 | 102 | 336 | 33 | 32 |
| Binary | 110001 | 111100 | 1010110 | 101011 | 11110 | 0 | 1000010 | 11011110 | 11011 | 11010 |
Color Harmonies of #313C56
Complementary color
Monochromatic Colors of #313C56
Black with #313C56
Text Example
Text Example
White with #313C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C56; }
p { color: rgb(49,60,86); }
H1.HeaderClassName
{
color: #313C56;
}
.AnyTagClassName
{
color: #313C56;
}
</style>
background-color css
<style>
a { background-color: #313C56; }
a { background-color: rgb(49,60,86); }
div.DivClassName
{
background-color: #313C56;
}
.BgClassName
{
background-color: #313C56;
}
</style>
border-color css
<style>
span { border-color: #313C56; }
span { border-color: rgb(49,60,86); }
td.TdClassName
{
border-color: #313C56;
}
.TagClassName
{
border-color: #313C56;
}
</style>