Shades of Tory Blue #32468F
Tints of Tory Blue #32468F
RGB
CMYK
RGB Variations
Color information
#32468F (or 0x32468F) is known color: Tory Blue. HEX triplet: 32, 46 and 8F. RGB value is (50,70,143). Sum of RGB (Red+Green+Blue) = 50+70+143=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #32468F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32468F is #CDB970. Grayscale: #484848. Windows color (decimal): -13482353 or 9389618. OLE color: 9389618.
HSL color Cylindrical-coordinate representation of color #32468F: hue angle of 227.1º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32468F is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 70 | 143 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.44 |
| HSL | 227.1º | 0.48% | 0.38% | - |
| HSV(B) | 227.1º | 0.65% | 0.56% | - |
| XYZ | 8.46 | 7.04 | 26.9 | - |
| YUV | 72.34 | 167.87 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 143 | 0.65 | 0.51 | 0 | 0.44 | 227.1 | 0.48 | 0.38 |
| Hex | 32 | 46 | 8F | 41 | 33 | 0 | 2C | E3 | 30 | 26 |
| Octal | 62 | 106 | 217 | 101 | 63 | 0 | 54 | 343 | 60 | 46 |
| Binary | 110010 | 1000110 | 10001111 | 1000001 | 110011 | 0 | 101100 | 11100011 | 110000 | 100110 |
Color Harmonies of #32468F
Complementary color
Monochromatic Colors of #32468F
Black with #32468F
Text Example
Text Example
White with #32468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32468F; }
p { color: rgb(50,70,143); }
H1.HeaderClassName
{
color: #32468F;
}
.AnyTagClassName
{
color: #32468F;
}
</style>
background-color css
<style>
a { background-color: #32468F; }
a { background-color: rgb(50,70,143); }
div.DivClassName
{
background-color: #32468F;
}
.BgClassName
{
background-color: #32468F;
}
</style>
border-color css
<style>
span { border-color: #32468F; }
span { border-color: rgb(50,70,143); }
td.TdClassName
{
border-color: #32468F;
}
.TagClassName
{
border-color: #32468F;
}
</style>