Shades of Biscay #313F54
Tints of Biscay #313F54
RGB
CMYK
RGB Variations
Color information
#313F54 (or 0x313F54) is known color: Biscay. HEX triplet: 31, 3F and 54. RGB value is (49,63,84). Sum of RGB (Red+Green+Blue) = 49+63+84=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #313F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F54 is #CEC0AB. Grayscale: #3D3D3D. Windows color (decimal): -13549740 or 5521201. OLE color: 5521201.
HSL color Cylindrical-coordinate representation of color #313F54: hue angle of 216º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #313F54 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 63 | 84 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.67 |
| HSL | 216º | 0.26% | 0.26% | - |
| HSV(B) | 216º | 0.42% | 0.33% | - |
| XYZ | 4.64 | 4.85 | 9.08 | - |
| YUV | 61.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 84 | 0.42 | 0.25 | 0 | 0.67 | 216 | 0.26 | 0.26 |
| Hex | 31 | 3F | 54 | 2A | 19 | 0 | 43 | D8 | 1A | 1A |
| Octal | 61 | 77 | 124 | 52 | 31 | 0 | 103 | 330 | 32 | 32 |
| Binary | 110001 | 111111 | 1010100 | 101010 | 11001 | 0 | 1000011 | 11011000 | 11010 | 11010 |
Color Harmonies of #313F54
Complementary color
Monochromatic Colors of #313F54
Black with #313F54
Text Example
Text Example
White with #313F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F54; }
p { color: rgb(49,63,84); }
H1.HeaderClassName
{
color: #313F54;
}
.AnyTagClassName
{
color: #313F54;
}
</style>
background-color css
<style>
a { background-color: #313F54; }
a { background-color: rgb(49,63,84); }
div.DivClassName
{
background-color: #313F54;
}
.BgClassName
{
background-color: #313F54;
}
</style>
border-color css
<style>
span { border-color: #313F54; }
span { border-color: rgb(49,63,84); }
td.TdClassName
{
border-color: #313F54;
}
.TagClassName
{
border-color: #313F54;
}
</style>