Shades of Biscay #313D56
Tints of Biscay #313D56
RGB
CMYK
RGB Variations
Color information
#313D56 (or 0x313D56) is known color: Biscay. HEX triplet: 31, 3D and 56. RGB value is (49,61,86). Sum of RGB (Red+Green+Blue) = 49+61+86=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #313D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D56 is #CEC2A9. Grayscale: #3C3C3C. Windows color (decimal): -13550250 or 5651761. OLE color: 5651761.
HSL color Cylindrical-coordinate representation of color #313D56: hue angle of 220.54º 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 #313D56 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 61 | 86 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.66 |
| HSL | 220.54º | 0.27% | 0.26% | - |
| HSV(B) | 220.54º | 0.43% | 0.34% | - |
| XYZ | 4.62 | 4.66 | 9.46 | - |
| YUV | 60.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 86 | 0.43 | 0.29 | 0 | 0.66 | 220.54 | 0.27 | 0.26 |
| Hex | 31 | 3D | 56 | 2B | 1D | 0 | 42 | DD | 1B | 1A |
| Octal | 61 | 75 | 126 | 53 | 35 | 0 | 102 | 335 | 33 | 32 |
| Binary | 110001 | 111101 | 1010110 | 101011 | 11101 | 0 | 1000010 | 11011101 | 11011 | 11010 |
Color Harmonies of #313D56
Complementary color
Monochromatic Colors of #313D56
Black with #313D56
Text Example
Text Example
White with #313D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D56; }
p { color: rgb(49,61,86); }
H1.HeaderClassName
{
color: #313D56;
}
.AnyTagClassName
{
color: #313D56;
}
</style>
background-color css
<style>
a { background-color: #313D56; }
a { background-color: rgb(49,61,86); }
div.DivClassName
{
background-color: #313D56;
}
.BgClassName
{
background-color: #313D56;
}
</style>
border-color css
<style>
span { border-color: #313D56; }
span { border-color: rgb(49,61,86); }
td.TdClassName
{
border-color: #313D56;
}
.TagClassName
{
border-color: #313D56;
}
</style>