Shades of Biscay #313C52
Tints of Biscay #313C52
RGB
CMYK
RGB Variations
Color information
#313C52 (or 0x313C52) is known color: Biscay. HEX triplet: 31, 3C and 52. RGB value is (49,60,82). Sum of RGB (Red+Green+Blue) = 49+60+82=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #313C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C52 is #CEC3AD. Grayscale: #3B3B3B. Windows color (decimal): -13550510 or 5389361. OLE color: 5389361.
HSL color Cylindrical-coordinate representation of color #313C52: hue angle of 220º 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 #313C52 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 60 | 82 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.68 |
| HSL | 220º | 0.25% | 0.26% | - |
| HSV(B) | 220º | 0.4% | 0.32% | - |
| XYZ | 4.41 | 4.49 | 8.62 | - |
| YUV | 59.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 82 | 0.40 | 0.27 | 0 | 0.68 | 220 | 0.25 | 0.26 |
| Hex | 31 | 3C | 52 | 28 | 1B | 0 | 44 | DC | 19 | 1A |
| Octal | 61 | 74 | 122 | 50 | 33 | 0 | 104 | 334 | 31 | 32 |
| Binary | 110001 | 111100 | 1010010 | 101000 | 11011 | 0 | 1000100 | 11011100 | 11001 | 11010 |
Color Harmonies of #313C52
Complementary color
Monochromatic Colors of #313C52
Black with #313C52
Text Example
Text Example
White with #313C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C52; }
p { color: rgb(49,60,82); }
H1.HeaderClassName
{
color: #313C52;
}
.AnyTagClassName
{
color: #313C52;
}
</style>
background-color css
<style>
a { background-color: #313C52; }
a { background-color: rgb(49,60,82); }
div.DivClassName
{
background-color: #313C52;
}
.BgClassName
{
background-color: #313C52;
}
</style>
border-color css
<style>
span { border-color: #313C52; }
span { border-color: rgb(49,60,82); }
td.TdClassName
{
border-color: #313C52;
}
.TagClassName
{
border-color: #313C52;
}
</style>