Shades of Tory Blue #32549B
Tints of Tory Blue #32549B
RGB
CMYK
RGB Variations
Color information
#32549B (or 0x32549B) is known color: Tory Blue. HEX triplet: 32, 54 and 9B. RGB value is (50,84,155). Sum of RGB (Red+Green+Blue) = 50+84+155=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #32549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32549B is #CDAB64. Grayscale: #515151. Windows color (decimal): -13478757 or 10179634. OLE color: 10179634.
HSL color Cylindrical-coordinate representation of color #32549B: hue angle of 220.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32549B is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 84 | 155 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.39 |
| HSL | 220.57º | 0.51% | 0.4% | - |
| HSV(B) | 220.57º | 0.68% | 0.61% | - |
| XYZ | 10.4 | 9.39 | 32.27 | - |
| YUV | 81.93 | 169.24 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 155 | 0.68 | 0.46 | 0 | 0.39 | 220.57 | 0.51 | 0.4 |
| Hex | 32 | 54 | 9B | 44 | 2E | 0 | 27 | DD | 33 | 28 |
| Octal | 62 | 124 | 233 | 104 | 56 | 0 | 47 | 335 | 63 | 50 |
| Binary | 110010 | 1010100 | 10011011 | 1000100 | 101110 | 0 | 100111 | 11011101 | 110011 | 101000 |
Color Harmonies of #32549B
Complementary color
Monochromatic Colors of #32549B
Black with #32549B
Text Example
Text Example
White with #32549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32549B; }
p { color: rgb(50,84,155); }
H1.HeaderClassName
{
color: #32549B;
}
.AnyTagClassName
{
color: #32549B;
}
</style>
background-color css
<style>
a { background-color: #32549B; }
a { background-color: rgb(50,84,155); }
div.DivClassName
{
background-color: #32549B;
}
.BgClassName
{
background-color: #32549B;
}
</style>
border-color css
<style>
span { border-color: #32549B; }
span { border-color: rgb(50,84,155); }
td.TdClassName
{
border-color: #32549B;
}
.TagClassName
{
border-color: #32549B;
}
</style>