Shades of Tory Blue #32489F
Tints of Tory Blue #32489F
RGB
CMYK
RGB Variations
Color information
#32489F (or 0x32489F) is known color: Tory Blue. HEX triplet: 32, 48 and 9F. RGB value is (50,72,159). Sum of RGB (Red+Green+Blue) = 50+72+159=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #32489F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32489F is #CDB760. Grayscale: #4A4A4A. Windows color (decimal): -13481825 or 10438706. OLE color: 10438706.
HSL color Cylindrical-coordinate representation of color #32489F: hue angle of 227.89º 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 #32489F is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 72 | 159 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.38 |
| HSL | 227.89º | 0.52% | 0.41% | - |
| HSV(B) | 227.89º | 0.69% | 0.62% | - |
| XYZ | 9.89 | 7.82 | 33.79 | - |
| YUV | 75.34 | 175.21 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 159 | 0.69 | 0.55 | 0 | 0.38 | 227.89 | 0.52 | 0.41 |
| Hex | 32 | 48 | 9F | 45 | 37 | 0 | 26 | E4 | 34 | 29 |
| Octal | 62 | 110 | 237 | 105 | 67 | 0 | 46 | 344 | 64 | 51 |
| Binary | 110010 | 1001000 | 10011111 | 1000101 | 110111 | 0 | 100110 | 11100100 | 110100 | 101001 |
Color Harmonies of #32489F
Complementary color
Monochromatic Colors of #32489F
Black with #32489F
Text Example
Text Example
White with #32489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32489F; }
p { color: rgb(50,72,159); }
H1.HeaderClassName
{
color: #32489F;
}
.AnyTagClassName
{
color: #32489F;
}
</style>
background-color css
<style>
a { background-color: #32489F; }
a { background-color: rgb(50,72,159); }
div.DivClassName
{
background-color: #32489F;
}
.BgClassName
{
background-color: #32489F;
}
</style>
border-color css
<style>
span { border-color: #32489F; }
span { border-color: rgb(50,72,159); }
td.TdClassName
{
border-color: #32489F;
}
.TagClassName
{
border-color: #32489F;
}
</style>