Shades of Torea Bay #32367D
Tints of Torea Bay #32367D
RGB
CMYK
RGB Variations
Color information
#32367D (or 0x32367D) is known color: Torea Bay. HEX triplet: 32, 36 and 7D. RGB value is (50,54,125). Sum of RGB (Red+Green+Blue) = 50+54+125=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #32367D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32367D is #CDC982. Grayscale: #3C3C3C. Windows color (decimal): -13486467 or 8205874. OLE color: 8205874.
HSL color Cylindrical-coordinate representation of color #32367D: hue angle of 236.8º 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 #32367D is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 54 | 125 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.51 |
| HSL | 236.8º | 0.43% | 0.34% | - |
| HSV(B) | 236.8º | 0.6% | 0.49% | - |
| XYZ | 6.34 | 4.8 | 19.99 | - |
| YUV | 60.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 125 | 0.60 | 0.57 | 0 | 0.51 | 236.8 | 0.43 | 0.34 |
| Hex | 32 | 36 | 7D | 3C | 39 | 0 | 33 | ED | 2B | 22 |
| Octal | 62 | 66 | 175 | 74 | 71 | 0 | 63 | 355 | 53 | 42 |
| Binary | 110010 | 110110 | 1111101 | 111100 | 111001 | 0 | 110011 | 11101101 | 101011 | 100010 |
Color Harmonies of #32367D
Complementary color
Monochromatic Colors of #32367D
Black with #32367D
Text Example
Text Example
White with #32367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32367D; }
p { color: rgb(50,54,125); }
H1.HeaderClassName
{
color: #32367D;
}
.AnyTagClassName
{
color: #32367D;
}
</style>
background-color css
<style>
a { background-color: #32367D; }
a { background-color: rgb(50,54,125); }
div.DivClassName
{
background-color: #32367D;
}
.BgClassName
{
background-color: #32367D;
}
</style>
border-color css
<style>
span { border-color: #32367D; }
span { border-color: rgb(50,54,125); }
td.TdClassName
{
border-color: #32367D;
}
.TagClassName
{
border-color: #32367D;
}
</style>