Shades of Torea Bay #373F73
Tints of Torea Bay #373F73
RGB
CMYK
RGB Variations
Color information
#373F73 (or 0x373F73) is known color: Torea Bay. HEX triplet: 37, 3F and 73. RGB value is (55,63,115). Sum of RGB (Red+Green+Blue) = 55+63+115=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #373F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F73 is #C8C08C. Grayscale: #424242. Windows color (decimal): -13156493 or 7552823. OLE color: 7552823.
HSL color Cylindrical-coordinate representation of color #373F73: hue angle of 232º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #373F73 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 63 | 115 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.55 |
| HSL | 232º | 0.35% | 0.33% | - |
| HSV(B) | 232º | 0.52% | 0.45% | - |
| XYZ | 6.45 | 5.61 | 16.96 | - |
| YUV | 66.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 115 | 0.52 | 0.45 | 0 | 0.55 | 232 | 0.35 | 0.33 |
| Hex | 37 | 3F | 73 | 34 | 2D | 0 | 37 | E8 | 23 | 21 |
| Octal | 67 | 77 | 163 | 64 | 55 | 0 | 67 | 350 | 43 | 41 |
| Binary | 110111 | 111111 | 1110011 | 110100 | 101101 | 0 | 110111 | 11101000 | 100011 | 100001 |
Color Harmonies of #373F73
Complementary color
Monochromatic Colors of #373F73
Black with #373F73
Text Example
Text Example
White with #373F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F73; }
p { color: rgb(55,63,115); }
H1.HeaderClassName
{
color: #373F73;
}
.AnyTagClassName
{
color: #373F73;
}
</style>
background-color css
<style>
a { background-color: #373F73; }
a { background-color: rgb(55,63,115); }
div.DivClassName
{
background-color: #373F73;
}
.BgClassName
{
background-color: #373F73;
}
</style>
border-color css
<style>
span { border-color: #373F73; }
span { border-color: rgb(55,63,115); }
td.TdClassName
{
border-color: #373F73;
}
.TagClassName
{
border-color: #373F73;
}
</style>