Shades of Biscay #313D52
Tints of Biscay #313D52
RGB
CMYK
RGB Variations
Color information
#313D52 (or 0x313D52) is known color: Biscay. HEX triplet: 31, 3D and 52. RGB value is (49,61,82). Sum of RGB (Red+Green+Blue) = 49+61+82=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #313D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D52 is #CEC2AD. Grayscale: #3B3B3B. Windows color (decimal): -13550254 or 5389617. OLE color: 5389617.
HSL color Cylindrical-coordinate representation of color #313D52: hue angle of 218.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313D52 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 61 | 82 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.68 |
| HSL | 218.18º | 0.25% | 0.26% | - |
| HSV(B) | 218.18º | 0.4% | 0.32% | - |
| XYZ | 4.46 | 4.6 | 8.64 | - |
| YUV | 59.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 82 | 0.40 | 0.26 | 0 | 0.68 | 218.18 | 0.25 | 0.26 |
| Hex | 31 | 3D | 52 | 28 | 1A | 0 | 44 | DA | 19 | 1A |
| Octal | 61 | 75 | 122 | 50 | 32 | 0 | 104 | 332 | 31 | 32 |
| Binary | 110001 | 111101 | 1010010 | 101000 | 11010 | 0 | 1000100 | 11011010 | 11001 | 11010 |
Color Harmonies of #313D52
Complementary color
Monochromatic Colors of #313D52
Black with #313D52
Text Example
Text Example
White with #313D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D52; }
p { color: rgb(49,61,82); }
H1.HeaderClassName
{
color: #313D52;
}
.AnyTagClassName
{
color: #313D52;
}
</style>
background-color css
<style>
a { background-color: #313D52; }
a { background-color: rgb(49,61,82); }
div.DivClassName
{
background-color: #313D52;
}
.BgClassName
{
background-color: #313D52;
}
</style>
border-color css
<style>
span { border-color: #313D52; }
span { border-color: rgb(49,61,82); }
td.TdClassName
{
border-color: #313D52;
}
.TagClassName
{
border-color: #313D52;
}
</style>