Shades of Torea Bay #373A72
Tints of Torea Bay #373A72
RGB
CMYK
RGB Variations
Color information
#373A72 (or 0x373A72) is known color: Torea Bay. HEX triplet: 37, 3A and 72. RGB value is (55,58,114). Sum of RGB (Red+Green+Blue) = 55+58+114=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #373A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A72 is #C8C58D. Grayscale: #3F3F3F. Windows color (decimal): -13157774 or 7486007. OLE color: 7486007.
HSL color Cylindrical-coordinate representation of color #373A72: hue angle of 236.95º 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 #373A72 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 58 | 114 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.55 |
| HSL | 236.95º | 0.35% | 0.33% | - |
| HSV(B) | 236.95º | 0.52% | 0.45% | - |
| XYZ | 6.13 | 5.05 | 16.57 | - |
| YUV | 63.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 114 | 0.52 | 0.49 | 0 | 0.55 | 236.95 | 0.35 | 0.33 |
| Hex | 37 | 3A | 72 | 34 | 31 | 0 | 37 | ED | 23 | 21 |
| Octal | 67 | 72 | 162 | 64 | 61 | 0 | 67 | 355 | 43 | 41 |
| Binary | 110111 | 111010 | 1110010 | 110100 | 110001 | 0 | 110111 | 11101101 | 100011 | 100001 |
Color Harmonies of #373A72
Complementary color
Monochromatic Colors of #373A72
Black with #373A72
Text Example
Text Example
White with #373A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A72; }
p { color: rgb(55,58,114); }
H1.HeaderClassName
{
color: #373A72;
}
.AnyTagClassName
{
color: #373A72;
}
</style>
background-color css
<style>
a { background-color: #373A72; }
a { background-color: rgb(55,58,114); }
div.DivClassName
{
background-color: #373A72;
}
.BgClassName
{
background-color: #373A72;
}
</style>
border-color css
<style>
span { border-color: #373A72; }
span { border-color: rgb(55,58,114); }
td.TdClassName
{
border-color: #373A72;
}
.TagClassName
{
border-color: #373A72;
}
</style>