Shades of Biscay #313A53
Tints of Biscay #313A53
RGB
CMYK
RGB Variations
Color information
#313A53 (or 0x313A53) is known color: Biscay. HEX triplet: 31, 3A and 53. RGB value is (49,58,83). Sum of RGB (Red+Green+Blue) = 49+58+83=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #313A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A53 is #CEC5AC. Grayscale: #3A3A3A. Windows color (decimal): -13551021 or 5454385. OLE color: 5454385.
HSL color Cylindrical-coordinate representation of color #313A53: hue angle of 224.12º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #313A53 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 58 | 83 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.67 |
| HSL | 224.12º | 0.26% | 0.26% | - |
| HSV(B) | 224.12º | 0.41% | 0.33% | - |
| XYZ | 4.34 | 4.3 | 8.79 | - |
| YUV | 58.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 83 | 0.41 | 0.30 | 0 | 0.67 | 224.12 | 0.26 | 0.26 |
| Hex | 31 | 3A | 53 | 29 | 1E | 0 | 43 | E0 | 1A | 1A |
| Octal | 61 | 72 | 123 | 51 | 36 | 0 | 103 | 340 | 32 | 32 |
| Binary | 110001 | 111010 | 1010011 | 101001 | 11110 | 0 | 1000011 | 11100000 | 11010 | 11010 |
Color Harmonies of #313A53
Complementary color
Monochromatic Colors of #313A53
Black with #313A53
Text Example
Text Example
White with #313A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A53; }
p { color: rgb(49,58,83); }
H1.HeaderClassName
{
color: #313A53;
}
.AnyTagClassName
{
color: #313A53;
}
</style>
background-color css
<style>
a { background-color: #313A53; }
a { background-color: rgb(49,58,83); }
div.DivClassName
{
background-color: #313A53;
}
.BgClassName
{
background-color: #313A53;
}
</style>
border-color css
<style>
span { border-color: #313A53; }
span { border-color: rgb(49,58,83); }
td.TdClassName
{
border-color: #313A53;
}
.TagClassName
{
border-color: #313A53;
}
</style>