Shades of Biscay #313B53
Tints of Biscay #313B53
RGB
CMYK
RGB Variations
Color information
#313B53 (or 0x313B53) is known color: Biscay. HEX triplet: 31, 3B and 53. RGB value is (49,59,83). Sum of RGB (Red+Green+Blue) = 49+59+83=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #313B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B53 is #CEC4AC. Grayscale: #3A3A3A. Windows color (decimal): -13550765 or 5454641. OLE color: 5454641.
HSL color Cylindrical-coordinate representation of color #313B53: hue angle of 222.35º 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 #313B53 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 59 | 83 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.67 |
| HSL | 222.35º | 0.26% | 0.26% | - |
| HSV(B) | 222.35º | 0.41% | 0.33% | - |
| XYZ | 4.39 | 4.41 | 8.8 | - |
| YUV | 58.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 83 | 0.41 | 0.29 | 0 | 0.67 | 222.35 | 0.26 | 0.26 |
| Hex | 31 | 3B | 53 | 29 | 1D | 0 | 43 | DE | 1A | 1A |
| Octal | 61 | 73 | 123 | 51 | 35 | 0 | 103 | 336 | 32 | 32 |
| Binary | 110001 | 111011 | 1010011 | 101001 | 11101 | 0 | 1000011 | 11011110 | 11010 | 11010 |
Color Harmonies of #313B53
Complementary color
Monochromatic Colors of #313B53
Black with #313B53
Text Example
Text Example
White with #313B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B53; }
p { color: rgb(49,59,83); }
H1.HeaderClassName
{
color: #313B53;
}
.AnyTagClassName
{
color: #313B53;
}
</style>
background-color css
<style>
a { background-color: #313B53; }
a { background-color: rgb(49,59,83); }
div.DivClassName
{
background-color: #313B53;
}
.BgClassName
{
background-color: #313B53;
}
</style>
border-color css
<style>
span { border-color: #313B53; }
span { border-color: rgb(49,59,83); }
td.TdClassName
{
border-color: #313B53;
}
.TagClassName
{
border-color: #313B53;
}
</style>