Shades of Torea Bay #373B6D
Tints of Torea Bay #373B6D
RGB
CMYK
RGB Variations
Color information
#373B6D (or 0x373B6D) is known color: Torea Bay. HEX triplet: 37, 3B and 6D. RGB value is (55,59,109). Sum of RGB (Red+Green+Blue) = 55+59+109=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #373B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B6D is #C8C492. Grayscale: #3F3F3F. Windows color (decimal): -13157523 or 7158583. OLE color: 7158583.
HSL color Cylindrical-coordinate representation of color #373B6D: hue angle of 235.56º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #373B6D is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 59 | 109 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.57 |
| HSL | 235.56º | 0.33% | 0.32% | - |
| HSV(B) | 235.56º | 0.5% | 0.43% | - |
| XYZ | 5.9 | 5.04 | 15.13 | - |
| YUV | 63.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 109 | 0.50 | 0.46 | 0 | 0.57 | 235.56 | 0.33 | 0.32 |
| Hex | 37 | 3B | 6D | 32 | 2E | 0 | 39 | EC | 21 | 20 |
| Octal | 67 | 73 | 155 | 62 | 56 | 0 | 71 | 354 | 41 | 40 |
| Binary | 110111 | 111011 | 1101101 | 110010 | 101110 | 0 | 111001 | 11101100 | 100001 | 100000 |
Color Harmonies of #373B6D
Complementary color
Monochromatic Colors of #373B6D
Black with #373B6D
Text Example
Text Example
White with #373B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373B6D; }
p { color: rgb(55,59,109); }
H1.HeaderClassName
{
color: #373B6D;
}
.AnyTagClassName
{
color: #373B6D;
}
</style>
background-color css
<style>
a { background-color: #373B6D; }
a { background-color: rgb(55,59,109); }
div.DivClassName
{
background-color: #373B6D;
}
.BgClassName
{
background-color: #373B6D;
}
</style>
border-color css
<style>
span { border-color: #373B6D; }
span { border-color: rgb(55,59,109); }
td.TdClassName
{
border-color: #373B6D;
}
.TagClassName
{
border-color: #373B6D;
}
</style>