Shades of Torea Bay #373B75
Tints of Torea Bay #373B75
RGB
CMYK
RGB Variations
Color information
#373B75 (or 0x373B75) is known color: Torea Bay. HEX triplet: 37, 3B and 75. RGB value is (55,59,117). Sum of RGB (Red+Green+Blue) = 55+59+117=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #373B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B75 is #C8C48A. Grayscale: #404040. Windows color (decimal): -13157515 or 7682871. OLE color: 7682871.
HSL color Cylindrical-coordinate representation of color #373B75: hue angle of 236.13º 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 #373B75 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 59 | 117 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.54 |
| HSL | 236.13º | 0.36% | 0.34% | - |
| HSV(B) | 236.13º | 0.53% | 0.46% | - |
| XYZ | 6.35 | 5.22 | 17.5 | - |
| YUV | 64.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 117 | 0.53 | 0.50 | 0 | 0.54 | 236.13 | 0.36 | 0.34 |
| Hex | 37 | 3B | 75 | 35 | 32 | 0 | 36 | EC | 24 | 22 |
| Octal | 67 | 73 | 165 | 65 | 62 | 0 | 66 | 354 | 44 | 42 |
| Binary | 110111 | 111011 | 1110101 | 110101 | 110010 | 0 | 110110 | 11101100 | 100100 | 100010 |
Color Harmonies of #373B75
Complementary color
Monochromatic Colors of #373B75
Black with #373B75
Text Example
Text Example
White with #373B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373B75; }
p { color: rgb(55,59,117); }
H1.HeaderClassName
{
color: #373B75;
}
.AnyTagClassName
{
color: #373B75;
}
</style>
background-color css
<style>
a { background-color: #373B75; }
a { background-color: rgb(55,59,117); }
div.DivClassName
{
background-color: #373B75;
}
.BgClassName
{
background-color: #373B75;
}
</style>
border-color css
<style>
span { border-color: #373B75; }
span { border-color: rgb(55,59,117); }
td.TdClassName
{
border-color: #373B75;
}
.TagClassName
{
border-color: #373B75;
}
</style>