Shades of Biscay #313E54
Tints of Biscay #313E54
RGB
CMYK
RGB Variations
Color information
#313E54 (or 0x313E54) is known color: Biscay. HEX triplet: 31, 3E and 54. RGB value is (49,62,84). Sum of RGB (Red+Green+Blue) = 49+62+84=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #313E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E54 is #CEC1AB. Grayscale: #3C3C3C. Windows color (decimal): -13549996 or 5520945. OLE color: 5520945.
HSL color Cylindrical-coordinate representation of color #313E54: hue angle of 217.71º 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 #313E54 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 62 | 84 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.67 |
| HSL | 217.71º | 0.26% | 0.26% | - |
| HSV(B) | 217.71º | 0.42% | 0.33% | - |
| XYZ | 4.59 | 4.74 | 9.06 | - |
| YUV | 60.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 84 | 0.42 | 0.26 | 0 | 0.67 | 217.71 | 0.26 | 0.26 |
| Hex | 31 | 3E | 54 | 2A | 1A | 0 | 43 | DA | 1A | 1A |
| Octal | 61 | 76 | 124 | 52 | 32 | 0 | 103 | 332 | 32 | 32 |
| Binary | 110001 | 111110 | 1010100 | 101010 | 11010 | 0 | 1000011 | 11011010 | 11010 | 11010 |
Color Harmonies of #313E54
Complementary color
Monochromatic Colors of #313E54
Black with #313E54
Text Example
Text Example
White with #313E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E54; }
p { color: rgb(49,62,84); }
H1.HeaderClassName
{
color: #313E54;
}
.AnyTagClassName
{
color: #313E54;
}
</style>
background-color css
<style>
a { background-color: #313E54; }
a { background-color: rgb(49,62,84); }
div.DivClassName
{
background-color: #313E54;
}
.BgClassName
{
background-color: #313E54;
}
</style>
border-color css
<style>
span { border-color: #313E54; }
span { border-color: rgb(49,62,84); }
td.TdClassName
{
border-color: #313E54;
}
.TagClassName
{
border-color: #313E54;
}
</style>