Shades of Torea Bay #373D78
Tints of Torea Bay #373D78
RGB
CMYK
RGB Variations
Color information
#373D78 (or 0x373D78) is known color: Torea Bay. HEX triplet: 37, 3D and 78. RGB value is (55,61,120). Sum of RGB (Red+Green+Blue) = 55+61+120=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #373D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D78 is #C8C287. Grayscale: #414141. Windows color (decimal): -13157000 or 7879991. OLE color: 7879991.
HSL color Cylindrical-coordinate representation of color #373D78: hue angle of 234.46º 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 #373D78 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 61 | 120 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.53 |
| HSL | 234.46º | 0.37% | 0.34% | - |
| HSV(B) | 234.46º | 0.54% | 0.47% | - |
| XYZ | 6.63 | 5.51 | 18.48 | - |
| YUV | 65.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 120 | 0.54 | 0.49 | 0 | 0.53 | 234.46 | 0.37 | 0.34 |
| Hex | 37 | 3D | 78 | 36 | 31 | 0 | 35 | EA | 25 | 22 |
| Octal | 67 | 75 | 170 | 66 | 61 | 0 | 65 | 352 | 45 | 42 |
| Binary | 110111 | 111101 | 1111000 | 110110 | 110001 | 0 | 110101 | 11101010 | 100101 | 100010 |
Color Harmonies of #373D78
Complementary color
Monochromatic Colors of #373D78
Black with #373D78
Text Example
Text Example
White with #373D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D78; }
p { color: rgb(55,61,120); }
H1.HeaderClassName
{
color: #373D78;
}
.AnyTagClassName
{
color: #373D78;
}
</style>
background-color css
<style>
a { background-color: #373D78; }
a { background-color: rgb(55,61,120); }
div.DivClassName
{
background-color: #373D78;
}
.BgClassName
{
background-color: #373D78;
}
</style>
border-color css
<style>
span { border-color: #373D78; }
span { border-color: rgb(55,61,120); }
td.TdClassName
{
border-color: #373D78;
}
.TagClassName
{
border-color: #373D78;
}
</style>