Shades of Biscay #313D57
Tints of Biscay #313D57
RGB
CMYK
RGB Variations
Color information
#313D57 (or 0x313D57) is known color: Biscay. HEX triplet: 31, 3D and 57. RGB value is (49,61,87). Sum of RGB (Red+Green+Blue) = 49+61+87=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #313D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D57 is #CEC2A8. Grayscale: #3C3C3C. Windows color (decimal): -13550249 or 5717297. OLE color: 5717297.
HSL color Cylindrical-coordinate representation of color #313D57: hue angle of 221.05º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #313D57 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 61 | 87 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.66 |
| HSL | 221.05º | 0.28% | 0.27% | - |
| HSV(B) | 221.05º | 0.44% | 0.34% | - |
| XYZ | 4.66 | 4.68 | 9.67 | - |
| YUV | 60.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 87 | 0.44 | 0.30 | 0 | 0.66 | 221.05 | 0.28 | 0.27 |
| Hex | 31 | 3D | 57 | 2C | 1E | 0 | 42 | DD | 1C | 1B |
| Octal | 61 | 75 | 127 | 54 | 36 | 0 | 102 | 335 | 34 | 33 |
| Binary | 110001 | 111101 | 1010111 | 101100 | 11110 | 0 | 1000010 | 11011101 | 11100 | 11011 |
Color Harmonies of #313D57
Complementary color
Monochromatic Colors of #313D57
Black with #313D57
Text Example
Text Example
White with #313D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D57; }
p { color: rgb(49,61,87); }
H1.HeaderClassName
{
color: #313D57;
}
.AnyTagClassName
{
color: #313D57;
}
</style>
background-color css
<style>
a { background-color: #313D57; }
a { background-color: rgb(49,61,87); }
div.DivClassName
{
background-color: #313D57;
}
.BgClassName
{
background-color: #313D57;
}
</style>
border-color css
<style>
span { border-color: #313D57; }
span { border-color: rgb(49,61,87); }
td.TdClassName
{
border-color: #313D57;
}
.TagClassName
{
border-color: #313D57;
}
</style>