Shades of Torea Bay #373C70
Tints of Torea Bay #373C70
RGB
CMYK
RGB Variations
Color information
#373C70 (or 0x373C70) is known color: Torea Bay. HEX triplet: 37, 3C and 70. RGB value is (55,60,112). Sum of RGB (Red+Green+Blue) = 55+60+112=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #373C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C70 is #C8C38F. Grayscale: #404040. Windows color (decimal): -13157264 or 7355447. OLE color: 7355447.
HSL color Cylindrical-coordinate representation of color #373C70: hue angle of 234.74º 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 #373C70 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 60 | 112 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.56 |
| HSL | 234.74º | 0.34% | 0.33% | - |
| HSV(B) | 234.74º | 0.51% | 0.44% | - |
| XYZ | 6.12 | 5.21 | 16.01 | - |
| YUV | 64.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 112 | 0.51 | 0.46 | 0 | 0.56 | 234.74 | 0.34 | 0.33 |
| Hex | 37 | 3C | 70 | 33 | 2E | 0 | 38 | EB | 22 | 21 |
| Octal | 67 | 74 | 160 | 63 | 56 | 0 | 70 | 353 | 42 | 41 |
| Binary | 110111 | 111100 | 1110000 | 110011 | 101110 | 0 | 111000 | 11101011 | 100010 | 100001 |
Color Harmonies of #373C70
Complementary color
Monochromatic Colors of #373C70
Black with #373C70
Text Example
Text Example
White with #373C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C70; }
p { color: rgb(55,60,112); }
H1.HeaderClassName
{
color: #373C70;
}
.AnyTagClassName
{
color: #373C70;
}
</style>
background-color css
<style>
a { background-color: #373C70; }
a { background-color: rgb(55,60,112); }
div.DivClassName
{
background-color: #373C70;
}
.BgClassName
{
background-color: #373C70;
}
</style>
border-color css
<style>
span { border-color: #373C70; }
span { border-color: rgb(55,60,112); }
td.TdClassName
{
border-color: #373C70;
}
.TagClassName
{
border-color: #373C70;
}
</style>