Shades of Torea Bay #373A70
Tints of Torea Bay #373A70
RGB
CMYK
RGB Variations
Color information
#373A70 (or 0x373A70) is known color: Torea Bay. HEX triplet: 37, 3A and 70. RGB value is (55,58,112). Sum of RGB (Red+Green+Blue) = 55+58+112=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #373A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A70 is #C8C58F. Grayscale: #3F3F3F. Windows color (decimal): -13157776 or 7354935. OLE color: 7354935.
HSL color Cylindrical-coordinate representation of color #373A70: hue angle of 236.84º 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 #373A70 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 58 | 112 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.56 |
| HSL | 236.84º | 0.34% | 0.33% | - |
| HSV(B) | 236.84º | 0.51% | 0.44% | - |
| XYZ | 6.01 | 5.01 | 15.98 | - |
| YUV | 63.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 112 | 0.51 | 0.48 | 0 | 0.56 | 236.84 | 0.34 | 0.33 |
| Hex | 37 | 3A | 70 | 33 | 30 | 0 | 38 | ED | 22 | 21 |
| Octal | 67 | 72 | 160 | 63 | 60 | 0 | 70 | 355 | 42 | 41 |
| Binary | 110111 | 111010 | 1110000 | 110011 | 110000 | 0 | 111000 | 11101101 | 100010 | 100001 |
Color Harmonies of #373A70
Complementary color
Monochromatic Colors of #373A70
Black with #373A70
Text Example
Text Example
White with #373A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A70; }
p { color: rgb(55,58,112); }
H1.HeaderClassName
{
color: #373A70;
}
.AnyTagClassName
{
color: #373A70;
}
</style>
background-color css
<style>
a { background-color: #373A70; }
a { background-color: rgb(55,58,112); }
div.DivClassName
{
background-color: #373A70;
}
.BgClassName
{
background-color: #373A70;
}
</style>
border-color css
<style>
span { border-color: #373A70; }
span { border-color: rgb(55,58,112); }
td.TdClassName
{
border-color: #373A70;
}
.TagClassName
{
border-color: #373A70;
}
</style>