Shades of Tory Blue #32508C
Tints of Tory Blue #32508C
RGB
CMYK
RGB Variations
Color information
#32508C (or 0x32508C) is known color: Tory Blue. HEX triplet: 32, 50 and 8C. RGB value is (50,80,140). Sum of RGB (Red+Green+Blue) = 50+80+140=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #32508C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32508C is #CDAF73. Grayscale: #4D4D4D. Windows color (decimal): -13479796 or 9195570. OLE color: 9195570.
HSL color Cylindrical-coordinate representation of color #32508C: hue angle of 220º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32508C is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 80 | 140 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.45 |
| HSL | 220º | 0.47% | 0.37% | - |
| HSV(B) | 220º | 0.64% | 0.55% | - |
| XYZ | 8.92 | 8.31 | 25.94 | - |
| YUV | 77.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 140 | 0.64 | 0.43 | 0 | 0.45 | 220 | 0.47 | 0.37 |
| Hex | 32 | 50 | 8C | 40 | 2B | 0 | 2D | DC | 2F | 25 |
| Octal | 62 | 120 | 214 | 100 | 53 | 0 | 55 | 334 | 57 | 45 |
| Binary | 110010 | 1010000 | 10001100 | 1000000 | 101011 | 0 | 101101 | 11011100 | 101111 | 100101 |
Color Harmonies of #32508C
Complementary color
Monochromatic Colors of #32508C
Black with #32508C
Text Example
Text Example
White with #32508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32508C; }
p { color: rgb(50,80,140); }
H1.HeaderClassName
{
color: #32508C;
}
.AnyTagClassName
{
color: #32508C;
}
</style>
background-color css
<style>
a { background-color: #32508C; }
a { background-color: rgb(50,80,140); }
div.DivClassName
{
background-color: #32508C;
}
.BgClassName
{
background-color: #32508C;
}
</style>
border-color css
<style>
span { border-color: #32508C; }
span { border-color: rgb(50,80,140); }
td.TdClassName
{
border-color: #32508C;
}
.TagClassName
{
border-color: #32508C;
}
</style>