Shades of Bay Of Many #313765
Tints of Bay Of Many #313765
RGB
CMYK
RGB Variations
Color information
#313765 (or 0x313765) is known color: Bay Of Many. HEX triplet: 31, 37 and 65. RGB value is (49,55,101). Sum of RGB (Red+Green+Blue) = 49+55+101=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #313765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313765 is #CEC89A. Grayscale: #3A3A3A. Windows color (decimal): -13551771 or 6633265. OLE color: 6633265.
HSL color Cylindrical-coordinate representation of color #313765: hue angle of 233.08º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #313765 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 55 | 101 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.60 |
| HSL | 233.08º | 0.35% | 0.29% | - |
| HSV(B) | 233.08º | 0.51% | 0.4% | - |
| XYZ | 4.98 | 4.32 | 12.88 | - |
| YUV | 58.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 101 | 0.51 | 0.46 | 0 | 0.60 | 233.08 | 0.35 | 0.29 |
| Hex | 31 | 37 | 65 | 33 | 2E | 0 | 3C | E9 | 23 | 1D |
| Octal | 61 | 67 | 145 | 63 | 56 | 0 | 74 | 351 | 43 | 35 |
| Binary | 110001 | 110111 | 1100101 | 110011 | 101110 | 0 | 111100 | 11101001 | 100011 | 11101 |
Color Harmonies of #313765
Complementary color
Monochromatic Colors of #313765
Black with #313765
Text Example
Text Example
White with #313765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313765; }
p { color: rgb(49,55,101); }
H1.HeaderClassName
{
color: #313765;
}
.AnyTagClassName
{
color: #313765;
}
</style>
background-color css
<style>
a { background-color: #313765; }
a { background-color: rgb(49,55,101); }
div.DivClassName
{
background-color: #313765;
}
.BgClassName
{
background-color: #313765;
}
</style>
border-color css
<style>
span { border-color: #313765; }
span { border-color: rgb(49,55,101); }
td.TdClassName
{
border-color: #313765;
}
.TagClassName
{
border-color: #313765;
}
</style>