Shades of Torea Bay #373F70
Tints of Torea Bay #373F70
RGB
CMYK
RGB Variations
Color information
#373F70 (or 0x373F70) is known color: Torea Bay. HEX triplet: 37, 3F and 70. RGB value is (55,63,112). Sum of RGB (Red+Green+Blue) = 55+63+112=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #373F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F70 is #C8C08F. Grayscale: #414141. Windows color (decimal): -13156496 or 7356215. OLE color: 7356215.
HSL color Cylindrical-coordinate representation of color #373F70: hue angle of 231.58º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #373F70 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 63 | 112 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.56 |
| HSL | 231.58º | 0.34% | 0.33% | - |
| HSV(B) | 231.58º | 0.51% | 0.44% | - |
| XYZ | 6.28 | 5.54 | 16.07 | - |
| YUV | 66.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 112 | 0.51 | 0.44 | 0 | 0.56 | 231.58 | 0.34 | 0.33 |
| Hex | 37 | 3F | 70 | 33 | 2C | 0 | 38 | E8 | 22 | 21 |
| Octal | 67 | 77 | 160 | 63 | 54 | 0 | 70 | 350 | 42 | 41 |
| Binary | 110111 | 111111 | 1110000 | 110011 | 101100 | 0 | 111000 | 11101000 | 100010 | 100001 |
Color Harmonies of #373F70
Complementary color
Monochromatic Colors of #373F70
Black with #373F70
Text Example
Text Example
White with #373F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F70; }
p { color: rgb(55,63,112); }
H1.HeaderClassName
{
color: #373F70;
}
.AnyTagClassName
{
color: #373F70;
}
</style>
background-color css
<style>
a { background-color: #373F70; }
a { background-color: rgb(55,63,112); }
div.DivClassName
{
background-color: #373F70;
}
.BgClassName
{
background-color: #373F70;
}
</style>
border-color css
<style>
span { border-color: #373F70; }
span { border-color: rgb(55,63,112); }
td.TdClassName
{
border-color: #373F70;
}
.TagClassName
{
border-color: #373F70;
}
</style>