Shades of Torea Bay #32337B
Tints of Torea Bay #32337B
RGB
CMYK
RGB Variations
Color information
#32337B (or 0x32337B) is known color: Torea Bay. HEX triplet: 32, 33 and 7B. RGB value is (50,51,123). Sum of RGB (Red+Green+Blue) = 50+51+123=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #32337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32337B is #CDCC84. Grayscale: #3A3A3A. Windows color (decimal): -13487237 or 8074034. OLE color: 8074034.
HSL color Cylindrical-coordinate representation of color #32337B: hue angle of 239.18º 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 #32337B is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 51 | 123 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.52 |
| HSL | 239.18º | 0.42% | 0.34% | - |
| HSV(B) | 239.18º | 0.59% | 0.48% | - |
| XYZ | 6.07 | 4.48 | 19.28 | - |
| YUV | 58.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 123 | 0.59 | 0.59 | 0 | 0.52 | 239.18 | 0.42 | 0.34 |
| Hex | 32 | 33 | 7B | 3B | 3B | 0 | 34 | EF | 2A | 22 |
| Octal | 62 | 63 | 173 | 73 | 73 | 0 | 64 | 357 | 52 | 42 |
| Binary | 110010 | 110011 | 1111011 | 111011 | 111011 | 0 | 110100 | 11101111 | 101010 | 100010 |
Color Harmonies of #32337B
Complementary color
Monochromatic Colors of #32337B
Black with #32337B
Text Example
Text Example
White with #32337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32337B; }
p { color: rgb(50,51,123); }
H1.HeaderClassName
{
color: #32337B;
}
.AnyTagClassName
{
color: #32337B;
}
</style>
background-color css
<style>
a { background-color: #32337B; }
a { background-color: rgb(50,51,123); }
div.DivClassName
{
background-color: #32337B;
}
.BgClassName
{
background-color: #32337B;
}
</style>
border-color css
<style>
span { border-color: #32337B; }
span { border-color: rgb(50,51,123); }
td.TdClassName
{
border-color: #32337B;
}
.TagClassName
{
border-color: #32337B;
}
</style>