Shades of Torea Bay #373C6F
Tints of Torea Bay #373C6F
RGB
CMYK
RGB Variations
Color information
#373C6F (or 0x373C6F) is known color: Torea Bay. HEX triplet: 37, 3C and 6F. RGB value is (55,60,111). Sum of RGB (Red+Green+Blue) = 55+60+111=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #373C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C6F is #C8C390. Grayscale: #404040. Windows color (decimal): -13157265 or 7289911. OLE color: 7289911.
HSL color Cylindrical-coordinate representation of color #373C6F: hue angle of 234.64º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #373C6F is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 60 | 111 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.56 |
| HSL | 234.64º | 0.34% | 0.33% | - |
| HSV(B) | 234.64º | 0.5% | 0.44% | - |
| XYZ | 6.06 | 5.19 | 15.72 | - |
| YUV | 64.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 111 | 0.50 | 0.46 | 0 | 0.56 | 234.64 | 0.34 | 0.33 |
| Hex | 37 | 3C | 6F | 32 | 2E | 0 | 38 | EB | 22 | 21 |
| Octal | 67 | 74 | 157 | 62 | 56 | 0 | 70 | 353 | 42 | 41 |
| Binary | 110111 | 111100 | 1101111 | 110010 | 101110 | 0 | 111000 | 11101011 | 100010 | 100001 |
Color Harmonies of #373C6F
Complementary color
Monochromatic Colors of #373C6F
Black with #373C6F
Text Example
Text Example
White with #373C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C6F; }
p { color: rgb(55,60,111); }
H1.HeaderClassName
{
color: #373C6F;
}
.AnyTagClassName
{
color: #373C6F;
}
</style>
background-color css
<style>
a { background-color: #373C6F; }
a { background-color: rgb(55,60,111); }
div.DivClassName
{
background-color: #373C6F;
}
.BgClassName
{
background-color: #373C6F;
}
</style>
border-color css
<style>
span { border-color: #373C6F; }
span { border-color: rgb(55,60,111); }
td.TdClassName
{
border-color: #373C6F;
}
.TagClassName
{
border-color: #373C6F;
}
</style>