Shades of Torea Bay #373D75
Tints of Torea Bay #373D75
RGB
CMYK
RGB Variations
Color information
#373D75 (or 0x373D75) is known color: Torea Bay. HEX triplet: 37, 3D and 75. RGB value is (55,61,117). Sum of RGB (Red+Green+Blue) = 55+61+117=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #373D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D75 is #C8C28A. Grayscale: #414141. Windows color (decimal): -13157003 or 7683383. OLE color: 7683383.
HSL color Cylindrical-coordinate representation of color #373D75: hue angle of 234.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #373D75 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 61 | 117 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.54 |
| HSL | 234.19º | 0.36% | 0.34% | - |
| HSV(B) | 234.19º | 0.53% | 0.46% | - |
| XYZ | 6.46 | 5.43 | 17.54 | - |
| YUV | 65.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 117 | 0.53 | 0.48 | 0 | 0.54 | 234.19 | 0.36 | 0.34 |
| Hex | 37 | 3D | 75 | 35 | 30 | 0 | 36 | EA | 24 | 22 |
| Octal | 67 | 75 | 165 | 65 | 60 | 0 | 66 | 352 | 44 | 42 |
| Binary | 110111 | 111101 | 1110101 | 110101 | 110000 | 0 | 110110 | 11101010 | 100100 | 100010 |
Color Harmonies of #373D75
Complementary color
Monochromatic Colors of #373D75
Black with #373D75
Text Example
Text Example
White with #373D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D75; }
p { color: rgb(55,61,117); }
H1.HeaderClassName
{
color: #373D75;
}
.AnyTagClassName
{
color: #373D75;
}
</style>
background-color css
<style>
a { background-color: #373D75; }
a { background-color: rgb(55,61,117); }
div.DivClassName
{
background-color: #373D75;
}
.BgClassName
{
background-color: #373D75;
}
</style>
border-color css
<style>
span { border-color: #373D75; }
span { border-color: rgb(55,61,117); }
td.TdClassName
{
border-color: #373D75;
}
.TagClassName
{
border-color: #373D75;
}
</style>