Shades of Torea Bay #373D6D
Tints of Torea Bay #373D6D
RGB
CMYK
RGB Variations
Color information
#373D6D (or 0x373D6D) is known color: Torea Bay. HEX triplet: 37, 3D and 6D. RGB value is (55,61,109). Sum of RGB (Red+Green+Blue) = 55+61+109=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #373D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D6D is #C8C292. Grayscale: #404040. Windows color (decimal): -13157011 or 7159095. OLE color: 7159095.
HSL color Cylindrical-coordinate representation of color #373D6D: hue angle of 233.33º 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 #373D6D is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 61 | 109 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.57 |
| HSL | 233.33º | 0.33% | 0.32% | - |
| HSV(B) | 233.33º | 0.5% | 0.43% | - |
| XYZ | 6 | 5.25 | 15.17 | - |
| YUV | 64.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 109 | 0.50 | 0.44 | 0 | 0.57 | 233.33 | 0.33 | 0.32 |
| Hex | 37 | 3D | 6D | 32 | 2C | 0 | 39 | E9 | 21 | 20 |
| Octal | 67 | 75 | 155 | 62 | 54 | 0 | 71 | 351 | 41 | 40 |
| Binary | 110111 | 111101 | 1101101 | 110010 | 101100 | 0 | 111001 | 11101001 | 100001 | 100000 |
Color Harmonies of #373D6D
Complementary color
Monochromatic Colors of #373D6D
Black with #373D6D
Text Example
Text Example
White with #373D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D6D; }
p { color: rgb(55,61,109); }
H1.HeaderClassName
{
color: #373D6D;
}
.AnyTagClassName
{
color: #373D6D;
}
</style>
background-color css
<style>
a { background-color: #373D6D; }
a { background-color: rgb(55,61,109); }
div.DivClassName
{
background-color: #373D6D;
}
.BgClassName
{
background-color: #373D6D;
}
</style>
border-color css
<style>
span { border-color: #373D6D; }
span { border-color: rgb(55,61,109); }
td.TdClassName
{
border-color: #373D6D;
}
.TagClassName
{
border-color: #373D6D;
}
</style>