Shades of Torea Bay #373D76
Tints of Torea Bay #373D76
RGB
CMYK
RGB Variations
Color information
#373D76 (or 0x373D76) is known color: Torea Bay. HEX triplet: 37, 3D and 76. RGB value is (55,61,118). Sum of RGB (Red+Green+Blue) = 55+61+118=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #373D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D76 is #C8C289. Grayscale: #414141. Windows color (decimal): -13157002 or 7748919. OLE color: 7748919.
HSL color Cylindrical-coordinate representation of color #373D76: hue angle of 234.29º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #373D76 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 61 | 118 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.54 |
| HSL | 234.29º | 0.36% | 0.34% | - |
| HSV(B) | 234.29º | 0.53% | 0.46% | - |
| XYZ | 6.51 | 5.46 | 17.85 | - |
| YUV | 65.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 118 | 0.53 | 0.48 | 0 | 0.54 | 234.29 | 0.36 | 0.34 |
| Hex | 37 | 3D | 76 | 35 | 30 | 0 | 36 | EA | 24 | 22 |
| Octal | 67 | 75 | 166 | 65 | 60 | 0 | 66 | 352 | 44 | 42 |
| Binary | 110111 | 111101 | 1110110 | 110101 | 110000 | 0 | 110110 | 11101010 | 100100 | 100010 |
Color Harmonies of #373D76
Complementary color
Monochromatic Colors of #373D76
Black with #373D76
Text Example
Text Example
White with #373D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D76; }
p { color: rgb(55,61,118); }
H1.HeaderClassName
{
color: #373D76;
}
.AnyTagClassName
{
color: #373D76;
}
</style>
background-color css
<style>
a { background-color: #373D76; }
a { background-color: rgb(55,61,118); }
div.DivClassName
{
background-color: #373D76;
}
.BgClassName
{
background-color: #373D76;
}
</style>
border-color css
<style>
span { border-color: #373D76; }
span { border-color: rgb(55,61,118); }
td.TdClassName
{
border-color: #373D76;
}
.TagClassName
{
border-color: #373D76;
}
</style>