Shades of Torea Bay #32376E
Tints of Torea Bay #32376E
RGB
CMYK
RGB Variations
Color information
#32376E (or 0x32376E) is known color: Torea Bay. HEX triplet: 32, 37 and 6E. RGB value is (50,55,110). Sum of RGB (Red+Green+Blue) = 50+55+110=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #32376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32376E is #CDC891. Grayscale: #3B3B3B. Windows color (decimal): -13486226 or 7223090. OLE color: 7223090.
HSL color Cylindrical-coordinate representation of color #32376E: hue angle of 235º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32376E is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 55 | 110 | - |
| CMYK | 0.55 | 0.5 | 0 | 0.57 |
| HSL | 235º | 0.38% | 0.31% | - |
| HSV(B) | 235º | 0.55% | 0.43% | - |
| XYZ | 5.5 | 4.54 | 15.34 | - |
| YUV | 59.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 110 | 0.55 | 0.5 | 0 | 0.57 | 235 | 0.38 | 0.31 |
| Hex | 32 | 37 | 6E | 37 | 32 | 0 | 39 | EB | 26 | 1F |
| Octal | 62 | 67 | 156 | 67 | 62 | 0 | 71 | 353 | 46 | 37 |
| Binary | 110010 | 110111 | 1101110 | 110111 | 110010 | 0 | 111001 | 11101011 | 100110 | 11111 |
Color Harmonies of #32376E
Complementary color
Monochromatic Colors of #32376E
Black with #32376E
Text Example
Text Example
White with #32376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32376E; }
p { color: rgb(50,55,110); }
H1.HeaderClassName
{
color: #32376E;
}
.AnyTagClassName
{
color: #32376E;
}
</style>
background-color css
<style>
a { background-color: #32376E; }
a { background-color: rgb(50,55,110); }
div.DivClassName
{
background-color: #32376E;
}
.BgClassName
{
background-color: #32376E;
}
</style>
border-color css
<style>
span { border-color: #32376E; }
span { border-color: rgb(50,55,110); }
td.TdClassName
{
border-color: #32376E;
}
.TagClassName
{
border-color: #32376E;
}
</style>