Shades of Torea Bay #373B77
Tints of Torea Bay #373B77
RGB
CMYK
RGB Variations
Color information
#373B77 (or 0x373B77) is known color: Torea Bay. HEX triplet: 37, 3B and 77. RGB value is (55,59,119). Sum of RGB (Red+Green+Blue) = 55+59+119=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #373B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B77 is #C8C488. Grayscale: #404040. Windows color (decimal): -13157513 or 7813943. OLE color: 7813943.
HSL color Cylindrical-coordinate representation of color #373B77: hue angle of 236.25º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #373B77 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 59 | 119 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.53 |
| HSL | 236.25º | 0.37% | 0.34% | - |
| HSV(B) | 236.25º | 0.54% | 0.47% | - |
| XYZ | 6.47 | 5.27 | 18.13 | - |
| YUV | 64.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 119 | 0.54 | 0.50 | 0 | 0.53 | 236.25 | 0.37 | 0.34 |
| Hex | 37 | 3B | 77 | 36 | 32 | 0 | 35 | EC | 25 | 22 |
| Octal | 67 | 73 | 167 | 66 | 62 | 0 | 65 | 354 | 45 | 42 |
| Binary | 110111 | 111011 | 1110111 | 110110 | 110010 | 0 | 110101 | 11101100 | 100101 | 100010 |
Color Harmonies of #373B77
Complementary color
Monochromatic Colors of #373B77
Black with #373B77
Text Example
Text Example
White with #373B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373B77; }
p { color: rgb(55,59,119); }
H1.HeaderClassName
{
color: #373B77;
}
.AnyTagClassName
{
color: #373B77;
}
</style>
background-color css
<style>
a { background-color: #373B77; }
a { background-color: rgb(55,59,119); }
div.DivClassName
{
background-color: #373B77;
}
.BgClassName
{
background-color: #373B77;
}
</style>
border-color css
<style>
span { border-color: #373B77; }
span { border-color: rgb(55,59,119); }
td.TdClassName
{
border-color: #373B77;
}
.TagClassName
{
border-color: #373B77;
}
</style>