Shades of Bay Of Many #313A60
Tints of Bay Of Many #313A60
RGB
CMYK
RGB Variations
Color information
#313A60 (or 0x313A60) is known color: Bay Of Many. HEX triplet: 31, 3A and 60. RGB value is (49,58,96). Sum of RGB (Red+Green+Blue) = 49+58+96=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #313A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A60 is #CEC59F. Grayscale: #3B3B3B. Windows color (decimal): -13551008 or 6306353. OLE color: 6306353.
HSL color Cylindrical-coordinate representation of color #313A60: hue angle of 228.51º 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 #313A60 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 58 | 96 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.62 |
| HSL | 228.51º | 0.32% | 0.28% | - |
| HSV(B) | 228.51º | 0.49% | 0.38% | - |
| XYZ | 4.89 | 4.52 | 11.68 | - |
| YUV | 59.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 96 | 0.49 | 0.40 | 0 | 0.62 | 228.51 | 0.32 | 0.28 |
| Hex | 31 | 3A | 60 | 31 | 28 | 0 | 3E | E5 | 20 | 1C |
| Octal | 61 | 72 | 140 | 61 | 50 | 0 | 76 | 345 | 40 | 34 |
| Binary | 110001 | 111010 | 1100000 | 110001 | 101000 | 0 | 111110 | 11100101 | 100000 | 11100 |
Color Harmonies of #313A60
Complementary color
Monochromatic Colors of #313A60
Black with #313A60
Text Example
Text Example
White with #313A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A60; }
p { color: rgb(49,58,96); }
H1.HeaderClassName
{
color: #313A60;
}
.AnyTagClassName
{
color: #313A60;
}
</style>
background-color css
<style>
a { background-color: #313A60; }
a { background-color: rgb(49,58,96); }
div.DivClassName
{
background-color: #313A60;
}
.BgClassName
{
background-color: #313A60;
}
</style>
border-color css
<style>
span { border-color: #313A60; }
span { border-color: rgb(49,58,96); }
td.TdClassName
{
border-color: #313A60;
}
.TagClassName
{
border-color: #313A60;
}
</style>