Shades of Torea Bay #373D70
Tints of Torea Bay #373D70
RGB
CMYK
RGB Variations
Color information
#373D70 (or 0x373D70) is known color: Torea Bay. HEX triplet: 37, 3D and 70. RGB value is (55,61,112). Sum of RGB (Red+Green+Blue) = 55+61+112=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #373D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D70 is #C8C28F. Grayscale: #404040. Windows color (decimal): -13157008 or 7355703. OLE color: 7355703.
HSL color Cylindrical-coordinate representation of color #373D70: hue angle of 233.68º 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 #373D70 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 61 | 112 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.56 |
| HSL | 233.68º | 0.34% | 0.33% | - |
| HSV(B) | 233.68º | 0.51% | 0.44% | - |
| XYZ | 6.17 | 5.32 | 16.03 | - |
| YUV | 65.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 112 | 0.51 | 0.46 | 0 | 0.56 | 233.68 | 0.34 | 0.33 |
| Hex | 37 | 3D | 70 | 33 | 2E | 0 | 38 | EA | 22 | 21 |
| Octal | 67 | 75 | 160 | 63 | 56 | 0 | 70 | 352 | 42 | 41 |
| Binary | 110111 | 111101 | 1110000 | 110011 | 101110 | 0 | 111000 | 11101010 | 100010 | 100001 |
Color Harmonies of #373D70
Complementary color
Monochromatic Colors of #373D70
Black with #373D70
Text Example
Text Example
White with #373D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D70; }
p { color: rgb(55,61,112); }
H1.HeaderClassName
{
color: #373D70;
}
.AnyTagClassName
{
color: #373D70;
}
</style>
background-color css
<style>
a { background-color: #373D70; }
a { background-color: rgb(55,61,112); }
div.DivClassName
{
background-color: #373D70;
}
.BgClassName
{
background-color: #373D70;
}
</style>
border-color css
<style>
span { border-color: #373D70; }
span { border-color: rgb(55,61,112); }
td.TdClassName
{
border-color: #373D70;
}
.TagClassName
{
border-color: #373D70;
}
</style>