Shades of Biscay #313B50
Tints of Biscay #313B50
RGB
CMYK
RGB Variations
Color information
#313B50 (or 0x313B50) is known color: Biscay. HEX triplet: 31, 3B and 50. RGB value is (49,59,80). Sum of RGB (Red+Green+Blue) = 49+59+80=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #313B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B50 is #CEC4AF. Grayscale: #3A3A3A. Windows color (decimal): -13550768 or 5258033. OLE color: 5258033.
HSL color Cylindrical-coordinate representation of color #313B50: hue angle of 220.65º 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 #313B50 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 59 | 80 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.69 |
| HSL | 220.65º | 0.24% | 0.25% | - |
| HSV(B) | 220.65º | 0.39% | 0.31% | - |
| XYZ | 4.28 | 4.36 | 8.21 | - |
| YUV | 58.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 80 | 0.39 | 0.26 | 0 | 0.69 | 220.65 | 0.24 | 0.25 |
| Hex | 31 | 3B | 50 | 27 | 1A | 0 | 45 | DD | 18 | 19 |
| Octal | 61 | 73 | 120 | 47 | 32 | 0 | 105 | 335 | 30 | 31 |
| Binary | 110001 | 111011 | 1010000 | 100111 | 11010 | 0 | 1000101 | 11011101 | 11000 | 11001 |
Color Harmonies of #313B50
Complementary color
Monochromatic Colors of #313B50
Black with #313B50
Text Example
Text Example
White with #313B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B50; }
p { color: rgb(49,59,80); }
H1.HeaderClassName
{
color: #313B50;
}
.AnyTagClassName
{
color: #313B50;
}
</style>
background-color css
<style>
a { background-color: #313B50; }
a { background-color: rgb(49,59,80); }
div.DivClassName
{
background-color: #313B50;
}
.BgClassName
{
background-color: #313B50;
}
</style>
border-color css
<style>
span { border-color: #313B50; }
span { border-color: rgb(49,59,80); }
td.TdClassName
{
border-color: #313B50;
}
.TagClassName
{
border-color: #313B50;
}
</style>