Shades of Biscay #313A52
Tints of Biscay #313A52
RGB
CMYK
RGB Variations
Color information
#313A52 (or 0x313A52) is known color: Biscay. HEX triplet: 31, 3A and 52. RGB value is (49,58,82). Sum of RGB (Red+Green+Blue) = 49+58+82=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #313A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A52 is #CEC5AD. Grayscale: #393939. Windows color (decimal): -13551022 or 5388849. OLE color: 5388849.
HSL color Cylindrical-coordinate representation of color #313A52: hue angle of 223.64º 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 #313A52 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 58 | 82 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.68 |
| HSL | 223.64º | 0.25% | 0.26% | - |
| HSV(B) | 223.64º | 0.4% | 0.32% | - |
| XYZ | 4.3 | 4.29 | 8.58 | - |
| YUV | 58.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 82 | 0.40 | 0.29 | 0 | 0.68 | 223.64 | 0.25 | 0.26 |
| Hex | 31 | 3A | 52 | 28 | 1D | 0 | 44 | E0 | 19 | 1A |
| Octal | 61 | 72 | 122 | 50 | 35 | 0 | 104 | 340 | 31 | 32 |
| Binary | 110001 | 111010 | 1010010 | 101000 | 11101 | 0 | 1000100 | 11100000 | 11001 | 11010 |
Color Harmonies of #313A52
Complementary color
Monochromatic Colors of #313A52
Black with #313A52
Text Example
Text Example
White with #313A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A52; }
p { color: rgb(49,58,82); }
H1.HeaderClassName
{
color: #313A52;
}
.AnyTagClassName
{
color: #313A52;
}
</style>
background-color css
<style>
a { background-color: #313A52; }
a { background-color: rgb(49,58,82); }
div.DivClassName
{
background-color: #313A52;
}
.BgClassName
{
background-color: #313A52;
}
</style>
border-color css
<style>
span { border-color: #313A52; }
span { border-color: rgb(49,58,82); }
td.TdClassName
{
border-color: #313A52;
}
.TagClassName
{
border-color: #313A52;
}
</style>