Shades of Torea Bay #32347B
Tints of Torea Bay #32347B
RGB
CMYK
RGB Variations
Color information
#32347B (or 0x32347B) is known color: Torea Bay. HEX triplet: 32, 34 and 7B. RGB value is (50,52,123). Sum of RGB (Red+Green+Blue) = 50+52+123=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #32347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32347B is #CDCB84. Grayscale: #3B3B3B. Windows color (decimal): -13486981 or 8074290. OLE color: 8074290.
HSL color Cylindrical-coordinate representation of color #32347B: hue angle of 238.36º 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 #32347B is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 52 | 123 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.52 |
| HSL | 238.36º | 0.42% | 0.34% | - |
| HSV(B) | 238.36º | 0.59% | 0.48% | - |
| XYZ | 6.12 | 4.56 | 19.3 | - |
| YUV | 59.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 123 | 0.59 | 0.58 | 0 | 0.52 | 238.36 | 0.42 | 0.34 |
| Hex | 32 | 34 | 7B | 3B | 3A | 0 | 34 | EE | 2A | 22 |
| Octal | 62 | 64 | 173 | 73 | 72 | 0 | 64 | 356 | 52 | 42 |
| Binary | 110010 | 110100 | 1111011 | 111011 | 111010 | 0 | 110100 | 11101110 | 101010 | 100010 |
Color Harmonies of #32347B
Complementary color
Monochromatic Colors of #32347B
Black with #32347B
Text Example
Text Example
White with #32347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32347B; }
p { color: rgb(50,52,123); }
H1.HeaderClassName
{
color: #32347B;
}
.AnyTagClassName
{
color: #32347B;
}
</style>
background-color css
<style>
a { background-color: #32347B; }
a { background-color: rgb(50,52,123); }
div.DivClassName
{
background-color: #32347B;
}
.BgClassName
{
background-color: #32347B;
}
</style>
border-color css
<style>
span { border-color: #32347B; }
span { border-color: rgb(50,52,123); }
td.TdClassName
{
border-color: #32347B;
}
.TagClassName
{
border-color: #32347B;
}
</style>