Shades of Biscay #313E50
Tints of Biscay #313E50
RGB
CMYK
RGB Variations
Color information
#313E50 (or 0x313E50) is known color: Biscay. HEX triplet: 31, 3E and 50. RGB value is (49,62,80). Sum of RGB (Red+Green+Blue) = 49+62+80=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #313E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E50 is #CEC1AF. Grayscale: #3C3C3C. Windows color (decimal): -13550000 or 5258801. OLE color: 5258801.
HSL color Cylindrical-coordinate representation of color #313E50: hue angle of 214.84º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #313E50 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 62 | 80 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.69 |
| HSL | 214.84º | 0.24% | 0.25% | - |
| HSV(B) | 214.84º | 0.39% | 0.31% | - |
| XYZ | 4.44 | 4.68 | 8.26 | - |
| YUV | 60.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 80 | 0.39 | 0.22 | 0 | 0.69 | 214.84 | 0.24 | 0.25 |
| Hex | 31 | 3E | 50 | 27 | 16 | 0 | 45 | D7 | 18 | 19 |
| Octal | 61 | 76 | 120 | 47 | 26 | 0 | 105 | 327 | 30 | 31 |
| Binary | 110001 | 111110 | 1010000 | 100111 | 10110 | 0 | 1000101 | 11010111 | 11000 | 11001 |
Color Harmonies of #313E50
Complementary color
Monochromatic Colors of #313E50
Black with #313E50
Text Example
Text Example
White with #313E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E50; }
p { color: rgb(49,62,80); }
H1.HeaderClassName
{
color: #313E50;
}
.AnyTagClassName
{
color: #313E50;
}
</style>
background-color css
<style>
a { background-color: #313E50; }
a { background-color: rgb(49,62,80); }
div.DivClassName
{
background-color: #313E50;
}
.BgClassName
{
background-color: #313E50;
}
</style>
border-color css
<style>
span { border-color: #313E50; }
span { border-color: rgb(49,62,80); }
td.TdClassName
{
border-color: #313E50;
}
.TagClassName
{
border-color: #313E50;
}
</style>