Shades of Torea Bay #31376D
Tints of Torea Bay #31376D
RGB
CMYK
RGB Variations
Color information
#31376D (or 0x31376D) is known color: Torea Bay. HEX triplet: 31, 37 and 6D. RGB value is (49,55,109). Sum of RGB (Red+Green+Blue) = 49+55+109=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #31376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31376D is #CEC892. Grayscale: #3B3B3B. Windows color (decimal): -13551763 or 7157553. OLE color: 7157553.
HSL color Cylindrical-coordinate representation of color #31376D: hue angle of 234º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31376D is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 55 | 109 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.57 |
| HSL | 234º | 0.38% | 0.31% | - |
| HSV(B) | 234º | 0.55% | 0.43% | - |
| XYZ | 5.39 | 4.49 | 15.05 | - |
| YUV | 59.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 109 | 0.55 | 0.50 | 0 | 0.57 | 234 | 0.38 | 0.31 |
| Hex | 31 | 37 | 6D | 37 | 32 | 0 | 39 | EA | 26 | 1F |
| Octal | 61 | 67 | 155 | 67 | 62 | 0 | 71 | 352 | 46 | 37 |
| Binary | 110001 | 110111 | 1101101 | 110111 | 110010 | 0 | 111001 | 11101010 | 100110 | 11111 |
Color Harmonies of #31376D
Complementary color
Monochromatic Colors of #31376D
Black with #31376D
Text Example
Text Example
White with #31376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31376D; }
p { color: rgb(49,55,109); }
H1.HeaderClassName
{
color: #31376D;
}
.AnyTagClassName
{
color: #31376D;
}
</style>
background-color css
<style>
a { background-color: #31376D; }
a { background-color: rgb(49,55,109); }
div.DivClassName
{
background-color: #31376D;
}
.BgClassName
{
background-color: #31376D;
}
</style>
border-color css
<style>
span { border-color: #31376D; }
span { border-color: rgb(49,55,109); }
td.TdClassName
{
border-color: #31376D;
}
.TagClassName
{
border-color: #31376D;
}
</style>