Shades of Torea Bay #373B6E
Tints of Torea Bay #373B6E
RGB
CMYK
RGB Variations
Color information
#373B6E (or 0x373B6E) is known color: Torea Bay. HEX triplet: 37, 3B and 6E. RGB value is (55,59,110). Sum of RGB (Red+Green+Blue) = 55+59+110=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #373B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B6E is #C8C491. Grayscale: #3F3F3F. Windows color (decimal): -13157522 or 7224119. OLE color: 7224119.
HSL color Cylindrical-coordinate representation of color #373B6E: hue angle of 235.64º 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 #373B6E is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 59 | 110 | - |
| CMYK | 0.5 | 0.46 | 0 | 0.57 |
| HSL | 235.64º | 0.33% | 0.32% | - |
| HSV(B) | 235.64º | 0.5% | 0.43% | - |
| XYZ | 5.95 | 5.07 | 15.42 | - |
| YUV | 63.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 110 | 0.5 | 0.46 | 0 | 0.57 | 235.64 | 0.33 | 0.32 |
| Hex | 37 | 3B | 6E | 32 | 2E | 0 | 39 | EC | 21 | 20 |
| Octal | 67 | 73 | 156 | 62 | 56 | 0 | 71 | 354 | 41 | 40 |
| Binary | 110111 | 111011 | 1101110 | 110010 | 101110 | 0 | 111001 | 11101100 | 100001 | 100000 |
Color Harmonies of #373B6E
Complementary color
Monochromatic Colors of #373B6E
Black with #373B6E
Text Example
Text Example
White with #373B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373B6E; }
p { color: rgb(55,59,110); }
H1.HeaderClassName
{
color: #373B6E;
}
.AnyTagClassName
{
color: #373B6E;
}
</style>
background-color css
<style>
a { background-color: #373B6E; }
a { background-color: rgb(55,59,110); }
div.DivClassName
{
background-color: #373B6E;
}
.BgClassName
{
background-color: #373B6E;
}
</style>
border-color css
<style>
span { border-color: #373B6E; }
span { border-color: rgb(55,59,110); }
td.TdClassName
{
border-color: #373B6E;
}
.TagClassName
{
border-color: #373B6E;
}
</style>