Shades of Bay Of Many #31375D
Tints of Bay Of Many #31375D
RGB
CMYK
RGB Variations
Color information
#31375D (or 0x31375D) is known color: Bay Of Many. HEX triplet: 31, 37 and 5D. RGB value is (49,55,93). Sum of RGB (Red+Green+Blue) = 49+55+93=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #31375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31375D is #CEC8A2. Grayscale: #393939. Windows color (decimal): -13551779 or 6108977. OLE color: 6108977.
HSL color Cylindrical-coordinate representation of color #31375D: hue angle of 231.82º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31375D is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 55 | 93 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.64 |
| HSL | 231.82º | 0.31% | 0.28% | - |
| HSV(B) | 231.82º | 0.47% | 0.36% | - |
| XYZ | 4.61 | 4.18 | 10.92 | - |
| YUV | 57.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 93 | 0.47 | 0.41 | 0 | 0.64 | 231.82 | 0.31 | 0.28 |
| Hex | 31 | 37 | 5D | 2F | 29 | 0 | 40 | E8 | 1F | 1C |
| Octal | 61 | 67 | 135 | 57 | 51 | 0 | 100 | 350 | 37 | 34 |
| Binary | 110001 | 110111 | 1011101 | 101111 | 101001 | 0 | 1000000 | 11101000 | 11111 | 11100 |
Color Harmonies of #31375D
Complementary color
Monochromatic Colors of #31375D
Black with #31375D
Text Example
Text Example
White with #31375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31375D; }
p { color: rgb(49,55,93); }
H1.HeaderClassName
{
color: #31375D;
}
.AnyTagClassName
{
color: #31375D;
}
</style>
background-color css
<style>
a { background-color: #31375D; }
a { background-color: rgb(49,55,93); }
div.DivClassName
{
background-color: #31375D;
}
.BgClassName
{
background-color: #31375D;
}
</style>
border-color css
<style>
span { border-color: #31375D; }
span { border-color: rgb(49,55,93); }
td.TdClassName
{
border-color: #31375D;
}
.TagClassName
{
border-color: #31375D;
}
</style>