Shades of Torea Bay #373D72
Tints of Torea Bay #373D72
RGB
CMYK
RGB Variations
Color information
#373D72 (or 0x373D72) is known color: Torea Bay. HEX triplet: 37, 3D and 72. RGB value is (55,61,114). Sum of RGB (Red+Green+Blue) = 55+61+114=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #373D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D72 is #C8C28D. Grayscale: #414141. Windows color (decimal): -13157006 or 7486775. OLE color: 7486775.
HSL color Cylindrical-coordinate representation of color #373D72: hue angle of 233.9º 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 #373D72 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 61 | 114 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.55 |
| HSL | 233.9º | 0.35% | 0.33% | - |
| HSV(B) | 233.9º | 0.52% | 0.45% | - |
| XYZ | 6.28 | 5.36 | 16.62 | - |
| YUV | 65.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 114 | 0.52 | 0.46 | 0 | 0.55 | 233.9 | 0.35 | 0.33 |
| Hex | 37 | 3D | 72 | 34 | 2E | 0 | 37 | EA | 23 | 21 |
| Octal | 67 | 75 | 162 | 64 | 56 | 0 | 67 | 352 | 43 | 41 |
| Binary | 110111 | 111101 | 1110010 | 110100 | 101110 | 0 | 110111 | 11101010 | 100011 | 100001 |
Color Harmonies of #373D72
Complementary color
Monochromatic Colors of #373D72
Black with #373D72
Text Example
Text Example
White with #373D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D72; }
p { color: rgb(55,61,114); }
H1.HeaderClassName
{
color: #373D72;
}
.AnyTagClassName
{
color: #373D72;
}
</style>
background-color css
<style>
a { background-color: #373D72; }
a { background-color: rgb(55,61,114); }
div.DivClassName
{
background-color: #373D72;
}
.BgClassName
{
background-color: #373D72;
}
</style>
border-color css
<style>
span { border-color: #373D72; }
span { border-color: rgb(55,61,114); }
td.TdClassName
{
border-color: #373D72;
}
.TagClassName
{
border-color: #373D72;
}
</style>