Shades of Torea Bay #373A78
Tints of Torea Bay #373A78
RGB
CMYK
RGB Variations
Color information
#373A78 (or 0x373A78) is known color: Torea Bay. HEX triplet: 37, 3A and 78. RGB value is (55,58,120). Sum of RGB (Red+Green+Blue) = 55+58+120=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #373A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A78 is #C8C587. Grayscale: #3F3F3F. Windows color (decimal): -13157768 or 7879223. OLE color: 7879223.
HSL color Cylindrical-coordinate representation of color #373A78: hue angle of 237.23º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #373A78 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 58 | 120 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.53 |
| HSL | 237.23º | 0.37% | 0.34% | - |
| HSV(B) | 237.23º | 0.54% | 0.47% | - |
| XYZ | 6.48 | 5.19 | 18.43 | - |
| YUV | 64.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 120 | 0.54 | 0.52 | 0 | 0.53 | 237.23 | 0.37 | 0.34 |
| Hex | 37 | 3A | 78 | 36 | 34 | 0 | 35 | ED | 25 | 22 |
| Octal | 67 | 72 | 170 | 66 | 64 | 0 | 65 | 355 | 45 | 42 |
| Binary | 110111 | 111010 | 1111000 | 110110 | 110100 | 0 | 110101 | 11101101 | 100101 | 100010 |
Color Harmonies of #373A78
Complementary color
Monochromatic Colors of #373A78
Black with #373A78
Text Example
Text Example
White with #373A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A78; }
p { color: rgb(55,58,120); }
H1.HeaderClassName
{
color: #373A78;
}
.AnyTagClassName
{
color: #373A78;
}
</style>
background-color css
<style>
a { background-color: #373A78; }
a { background-color: rgb(55,58,120); }
div.DivClassName
{
background-color: #373A78;
}
.BgClassName
{
background-color: #373A78;
}
</style>
border-color css
<style>
span { border-color: #373A78; }
span { border-color: rgb(55,58,120); }
td.TdClassName
{
border-color: #373A78;
}
.TagClassName
{
border-color: #373A78;
}
</style>