Shades of Tory Blue #32509F
Tints of Tory Blue #32509F
RGB
CMYK
RGB Variations
Color information
#32509F (or 0x32509F) is known color: Tory Blue. HEX triplet: 32, 50 and 9F. RGB value is (50,80,159). Sum of RGB (Red+Green+Blue) = 50+80+159=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #32509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32509F is #CDAF60. Grayscale: #4F4F4F. Windows color (decimal): -13479777 or 10440754. OLE color: 10440754.
HSL color Cylindrical-coordinate representation of color #32509F: hue angle of 223.49º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32509F is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 80 | 159 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.38 |
| HSL | 223.49º | 0.52% | 0.41% | - |
| HSV(B) | 223.49º | 0.69% | 0.62% | - |
| XYZ | 10.44 | 8.92 | 33.97 | - |
| YUV | 80.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 159 | 0.69 | 0.50 | 0 | 0.38 | 223.49 | 0.52 | 0.41 |
| Hex | 32 | 50 | 9F | 45 | 32 | 0 | 26 | DF | 34 | 29 |
| Octal | 62 | 120 | 237 | 105 | 62 | 0 | 46 | 337 | 64 | 51 |
| Binary | 110010 | 1010000 | 10011111 | 1000101 | 110010 | 0 | 100110 | 11011111 | 110100 | 101001 |
Color Harmonies of #32509F
Complementary color
Monochromatic Colors of #32509F
Black with #32509F
Text Example
Text Example
White with #32509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32509F; }
p { color: rgb(50,80,159); }
H1.HeaderClassName
{
color: #32509F;
}
.AnyTagClassName
{
color: #32509F;
}
</style>
background-color css
<style>
a { background-color: #32509F; }
a { background-color: rgb(50,80,159); }
div.DivClassName
{
background-color: #32509F;
}
.BgClassName
{
background-color: #32509F;
}
</style>
border-color css
<style>
span { border-color: #32509F; }
span { border-color: rgb(50,80,159); }
td.TdClassName
{
border-color: #32509F;
}
.TagClassName
{
border-color: #32509F;
}
</style>