Shades of Bay Of Many #313B60
Tints of Bay Of Many #313B60
RGB
CMYK
RGB Variations
Color information
#313B60 (or 0x313B60) is known color: Bay Of Many. HEX triplet: 31, 3B and 60. RGB value is (49,59,96). Sum of RGB (Red+Green+Blue) = 49+59+96=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #313B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B60 is #CEC49F. Grayscale: #3C3C3C. Windows color (decimal): -13550752 or 6306609. OLE color: 6306609.
HSL color Cylindrical-coordinate representation of color #313B60: hue angle of 227.23º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #313B60 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 59 | 96 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.62 |
| HSL | 227.23º | 0.32% | 0.28% | - |
| HSV(B) | 227.23º | 0.49% | 0.38% | - |
| XYZ | 4.94 | 4.63 | 11.7 | - |
| YUV | 60.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 96 | 0.49 | 0.39 | 0 | 0.62 | 227.23 | 0.32 | 0.28 |
| Hex | 31 | 3B | 60 | 31 | 27 | 0 | 3E | E3 | 20 | 1C |
| Octal | 61 | 73 | 140 | 61 | 47 | 0 | 76 | 343 | 40 | 34 |
| Binary | 110001 | 111011 | 1100000 | 110001 | 100111 | 0 | 111110 | 11100011 | 100000 | 11100 |
Color Harmonies of #313B60
Complementary color
Monochromatic Colors of #313B60
Black with #313B60
Text Example
Text Example
White with #313B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B60; }
p { color: rgb(49,59,96); }
H1.HeaderClassName
{
color: #313B60;
}
.AnyTagClassName
{
color: #313B60;
}
</style>
background-color css
<style>
a { background-color: #313B60; }
a { background-color: rgb(49,59,96); }
div.DivClassName
{
background-color: #313B60;
}
.BgClassName
{
background-color: #313B60;
}
</style>
border-color css
<style>
span { border-color: #313B60; }
span { border-color: rgb(49,59,96); }
td.TdClassName
{
border-color: #313B60;
}
.TagClassName
{
border-color: #313B60;
}
</style>