Shades of Torea Bay #32347D
Tints of Torea Bay #32347D
RGB
CMYK
RGB Variations
Color information
#32347D (or 0x32347D) is known color: Torea Bay. HEX triplet: 32, 34 and 7D. RGB value is (50,52,125). Sum of RGB (Red+Green+Blue) = 50+52+125=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #32347D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32347D is #CDCB82. Grayscale: #3B3B3B. Windows color (decimal): -13486979 or 8205362. OLE color: 8205362.
HSL color Cylindrical-coordinate representation of color #32347D: hue angle of 238.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32347D is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 52 | 125 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.51 |
| HSL | 238.4º | 0.43% | 0.34% | - |
| HSV(B) | 238.4º | 0.6% | 0.49% | - |
| XYZ | 6.25 | 4.61 | 19.96 | - |
| YUV | 59.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 125 | 0.60 | 0.58 | 0 | 0.51 | 238.4 | 0.43 | 0.34 |
| Hex | 32 | 34 | 7D | 3C | 3A | 0 | 33 | EE | 2B | 22 |
| Octal | 62 | 64 | 175 | 74 | 72 | 0 | 63 | 356 | 53 | 42 |
| Binary | 110010 | 110100 | 1111101 | 111100 | 111010 | 0 | 110011 | 11101110 | 101011 | 100010 |
Color Harmonies of #32347D
Complementary color
Monochromatic Colors of #32347D
Black with #32347D
Text Example
Text Example
White with #32347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32347D; }
p { color: rgb(50,52,125); }
H1.HeaderClassName
{
color: #32347D;
}
.AnyTagClassName
{
color: #32347D;
}
</style>
background-color css
<style>
a { background-color: #32347D; }
a { background-color: rgb(50,52,125); }
div.DivClassName
{
background-color: #32347D;
}
.BgClassName
{
background-color: #32347D;
}
</style>
border-color css
<style>
span { border-color: #32347D; }
span { border-color: rgb(50,52,125); }
td.TdClassName
{
border-color: #32347D;
}
.TagClassName
{
border-color: #32347D;
}
</style>