Shades of Torea Bay #373D71
Tints of Torea Bay #373D71
RGB
CMYK
RGB Variations
Color information
#373D71 (or 0x373D71) is known color: Torea Bay. HEX triplet: 37, 3D and 71. RGB value is (55,61,113). Sum of RGB (Red+Green+Blue) = 55+61+113=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #373D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D71 is #C8C28E. Grayscale: #404040. Windows color (decimal): -13157007 or 7421239. OLE color: 7421239.
HSL color Cylindrical-coordinate representation of color #373D71: hue angle of 233.79º degrees, saturation: 0.35, 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 #373D71 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 61 | 113 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.56 |
| HSL | 233.79º | 0.35% | 0.33% | - |
| HSV(B) | 233.79º | 0.51% | 0.44% | - |
| XYZ | 6.22 | 5.34 | 16.33 | - |
| YUV | 65.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 113 | 0.51 | 0.46 | 0 | 0.56 | 233.79 | 0.35 | 0.33 |
| Hex | 37 | 3D | 71 | 33 | 2E | 0 | 38 | EA | 23 | 21 |
| Octal | 67 | 75 | 161 | 63 | 56 | 0 | 70 | 352 | 43 | 41 |
| Binary | 110111 | 111101 | 1110001 | 110011 | 101110 | 0 | 111000 | 11101010 | 100011 | 100001 |
Color Harmonies of #373D71
Complementary color
Monochromatic Colors of #373D71
Black with #373D71
Text Example
Text Example
White with #373D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D71; }
p { color: rgb(55,61,113); }
H1.HeaderClassName
{
color: #373D71;
}
.AnyTagClassName
{
color: #373D71;
}
</style>
background-color css
<style>
a { background-color: #373D71; }
a { background-color: rgb(55,61,113); }
div.DivClassName
{
background-color: #373D71;
}
.BgClassName
{
background-color: #373D71;
}
</style>
border-color css
<style>
span { border-color: #373D71; }
span { border-color: rgb(55,61,113); }
td.TdClassName
{
border-color: #373D71;
}
.TagClassName
{
border-color: #373D71;
}
</style>