Shades of Torea Bay #373D6E
Tints of Torea Bay #373D6E
RGB
CMYK
RGB Variations
Color information
#373D6E (or 0x373D6E) is known color: Torea Bay. HEX triplet: 37, 3D and 6E. RGB value is (55,61,110). Sum of RGB (Red+Green+Blue) = 55+61+110=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #373D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D6E is #C8C291. Grayscale: #404040. Windows color (decimal): -13157010 or 7224631. OLE color: 7224631.
HSL color Cylindrical-coordinate representation of color #373D6E: hue angle of 233.45º 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 #373D6E is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 61 | 110 | - |
| CMYK | 0.5 | 0.45 | 0 | 0.57 |
| HSL | 233.45º | 0.33% | 0.32% | - |
| HSV(B) | 233.45º | 0.5% | 0.43% | - |
| XYZ | 6.06 | 5.28 | 15.45 | - |
| YUV | 64.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 110 | 0.5 | 0.45 | 0 | 0.57 | 233.45 | 0.33 | 0.32 |
| Hex | 37 | 3D | 6E | 32 | 2D | 0 | 39 | E9 | 21 | 20 |
| Octal | 67 | 75 | 156 | 62 | 55 | 0 | 71 | 351 | 41 | 40 |
| Binary | 110111 | 111101 | 1101110 | 110010 | 101101 | 0 | 111001 | 11101001 | 100001 | 100000 |
Color Harmonies of #373D6E
Complementary color
Monochromatic Colors of #373D6E
Black with #373D6E
Text Example
Text Example
White with #373D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D6E; }
p { color: rgb(55,61,110); }
H1.HeaderClassName
{
color: #373D6E;
}
.AnyTagClassName
{
color: #373D6E;
}
</style>
background-color css
<style>
a { background-color: #373D6E; }
a { background-color: rgb(55,61,110); }
div.DivClassName
{
background-color: #373D6E;
}
.BgClassName
{
background-color: #373D6E;
}
</style>
border-color css
<style>
span { border-color: #373D6E; }
span { border-color: rgb(55,61,110); }
td.TdClassName
{
border-color: #373D6E;
}
.TagClassName
{
border-color: #373D6E;
}
</style>