Shades of Torea Bay #373C6E
Tints of Torea Bay #373C6E
RGB
CMYK
RGB Variations
Color information
#373C6E (or 0x373C6E) is known color: Torea Bay. HEX triplet: 37, 3C and 6E. RGB value is (55,60,110). Sum of RGB (Red+Green+Blue) = 55+60+110=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #373C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C6E is #C8C391. Grayscale: #404040. Windows color (decimal): -13157266 or 7224375. OLE color: 7224375.
HSL color Cylindrical-coordinate representation of color #373C6E: hue angle of 234.55º 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 #373C6E is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 60 | 110 | - |
| CMYK | 0.5 | 0.45 | 0 | 0.57 |
| HSL | 234.55º | 0.33% | 0.32% | - |
| HSV(B) | 234.55º | 0.5% | 0.43% | - |
| XYZ | 6.01 | 5.17 | 15.43 | - |
| YUV | 64.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 110 | 0.5 | 0.45 | 0 | 0.57 | 234.55 | 0.33 | 0.32 |
| Hex | 37 | 3C | 6E | 32 | 2D | 0 | 39 | EB | 21 | 20 |
| Octal | 67 | 74 | 156 | 62 | 55 | 0 | 71 | 353 | 41 | 40 |
| Binary | 110111 | 111100 | 1101110 | 110010 | 101101 | 0 | 111001 | 11101011 | 100001 | 100000 |
Color Harmonies of #373C6E
Complementary color
Monochromatic Colors of #373C6E
Black with #373C6E
Text Example
Text Example
White with #373C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C6E; }
p { color: rgb(55,60,110); }
H1.HeaderClassName
{
color: #373C6E;
}
.AnyTagClassName
{
color: #373C6E;
}
</style>
background-color css
<style>
a { background-color: #373C6E; }
a { background-color: rgb(55,60,110); }
div.DivClassName
{
background-color: #373C6E;
}
.BgClassName
{
background-color: #373C6E;
}
</style>
border-color css
<style>
span { border-color: #373C6E; }
span { border-color: rgb(55,60,110); }
td.TdClassName
{
border-color: #373C6E;
}
.TagClassName
{
border-color: #373C6E;
}
</style>