Shades of Torea Bay #32397A
Tints of Torea Bay #32397A
RGB
CMYK
RGB Variations
Color information
#32397A (or 0x32397A) is known color: Torea Bay. HEX triplet: 32, 39 and 7A. RGB value is (50,57,122). Sum of RGB (Red+Green+Blue) = 50+57+122=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #32397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32397A is #CDC685. Grayscale: #3E3E3E. Windows color (decimal): -13485702 or 8010034. OLE color: 8010034.
HSL color Cylindrical-coordinate representation of color #32397A: hue angle of 234.17º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32397A is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 57 | 122 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.52 |
| HSL | 234.17º | 0.42% | 0.34% | - |
| HSV(B) | 234.17º | 0.59% | 0.48% | - |
| XYZ | 6.29 | 5.01 | 19.05 | - |
| YUV | 62.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 122 | 0.59 | 0.53 | 0 | 0.52 | 234.17 | 0.42 | 0.34 |
| Hex | 32 | 39 | 7A | 3B | 35 | 0 | 34 | EA | 2A | 22 |
| Octal | 62 | 71 | 172 | 73 | 65 | 0 | 64 | 352 | 52 | 42 |
| Binary | 110010 | 111001 | 1111010 | 111011 | 110101 | 0 | 110100 | 11101010 | 101010 | 100010 |
Color Harmonies of #32397A
Complementary color
Monochromatic Colors of #32397A
Black with #32397A
Text Example
Text Example
White with #32397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32397A; }
p { color: rgb(50,57,122); }
H1.HeaderClassName
{
color: #32397A;
}
.AnyTagClassName
{
color: #32397A;
}
</style>
background-color css
<style>
a { background-color: #32397A; }
a { background-color: rgb(50,57,122); }
div.DivClassName
{
background-color: #32397A;
}
.BgClassName
{
background-color: #32397A;
}
</style>
border-color css
<style>
span { border-color: #32397A; }
span { border-color: rgb(50,57,122); }
td.TdClassName
{
border-color: #32397A;
}
.TagClassName
{
border-color: #32397A;
}
</style>