Shades of Torea Bay #31376E
Tints of Torea Bay #31376E
RGB
CMYK
RGB Variations
Color information
#31376E (or 0x31376E) is known color: Torea Bay. HEX triplet: 31, 37 and 6E. RGB value is (49,55,110). Sum of RGB (Red+Green+Blue) = 49+55+110=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #31376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31376E is #CEC891. Grayscale: #3B3B3B. Windows color (decimal): -13551762 or 7223089. OLE color: 7223089.
HSL color Cylindrical-coordinate representation of color #31376E: hue angle of 234.1º 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 #31376E is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 55 | 110 | - |
| CMYK | 0.55 | 0.5 | 0 | 0.57 |
| HSL | 234.1º | 0.38% | 0.31% | - |
| HSV(B) | 234.1º | 0.55% | 0.43% | - |
| XYZ | 5.45 | 4.51 | 15.34 | - |
| YUV | 59.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 110 | 0.55 | 0.5 | 0 | 0.57 | 234.1 | 0.38 | 0.31 |
| Hex | 31 | 37 | 6E | 37 | 32 | 0 | 39 | EA | 26 | 1F |
| Octal | 61 | 67 | 156 | 67 | 62 | 0 | 71 | 352 | 46 | 37 |
| Binary | 110001 | 110111 | 1101110 | 110111 | 110010 | 0 | 111001 | 11101010 | 100110 | 11111 |
Color Harmonies of #31376E
Complementary color
Monochromatic Colors of #31376E
Black with #31376E
Text Example
Text Example
White with #31376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31376E; }
p { color: rgb(49,55,110); }
H1.HeaderClassName
{
color: #31376E;
}
.AnyTagClassName
{
color: #31376E;
}
</style>
background-color css
<style>
a { background-color: #31376E; }
a { background-color: rgb(49,55,110); }
div.DivClassName
{
background-color: #31376E;
}
.BgClassName
{
background-color: #31376E;
}
</style>
border-color css
<style>
span { border-color: #31376E; }
span { border-color: rgb(49,55,110); }
td.TdClassName
{
border-color: #31376E;
}
.TagClassName
{
border-color: #31376E;
}
</style>