Shades of Torea Bay #373F75
Tints of Torea Bay #373F75
RGB
CMYK
RGB Variations
Color information
#373F75 (or 0x373F75) is known color: Torea Bay. HEX triplet: 37, 3F and 75. RGB value is (55,63,117). Sum of RGB (Red+Green+Blue) = 55+63+117=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #373F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F75 is #C8C08A. Grayscale: #424242. Windows color (decimal): -13156491 or 7683895. OLE color: 7683895.
HSL color Cylindrical-coordinate representation of color #373F75: hue angle of 232.26º 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 #373F75 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 63 | 117 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.54 |
| HSL | 232.26º | 0.36% | 0.34% | - |
| HSV(B) | 232.26º | 0.53% | 0.46% | - |
| XYZ | 6.56 | 5.65 | 17.57 | - |
| YUV | 66.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 117 | 0.53 | 0.46 | 0 | 0.54 | 232.26 | 0.36 | 0.34 |
| Hex | 37 | 3F | 75 | 35 | 2E | 0 | 36 | E8 | 24 | 22 |
| Octal | 67 | 77 | 165 | 65 | 56 | 0 | 66 | 350 | 44 | 42 |
| Binary | 110111 | 111111 | 1110101 | 110101 | 101110 | 0 | 110110 | 11101000 | 100100 | 100010 |
Color Harmonies of #373F75
Complementary color
Monochromatic Colors of #373F75
Black with #373F75
Text Example
Text Example
White with #373F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F75; }
p { color: rgb(55,63,117); }
H1.HeaderClassName
{
color: #373F75;
}
.AnyTagClassName
{
color: #373F75;
}
</style>
background-color css
<style>
a { background-color: #373F75; }
a { background-color: rgb(55,63,117); }
div.DivClassName
{
background-color: #373F75;
}
.BgClassName
{
background-color: #373F75;
}
</style>
border-color css
<style>
span { border-color: #373F75; }
span { border-color: rgb(55,63,117); }
td.TdClassName
{
border-color: #373F75;
}
.TagClassName
{
border-color: #373F75;
}
</style>