Shades of Tory Blue #32468D
Tints of Tory Blue #32468D
RGB
CMYK
RGB Variations
Color information
#32468D (or 0x32468D) is known color: Tory Blue. HEX triplet: 32, 46 and 8D. RGB value is (50,70,141). Sum of RGB (Red+Green+Blue) = 50+70+141=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #32468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32468D is #CDB972. Grayscale: #474747. Windows color (decimal): -13482355 or 9258546. OLE color: 9258546.
HSL color Cylindrical-coordinate representation of color #32468D: hue angle of 226.81º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32468D is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 70 | 141 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.45 |
| HSL | 226.81º | 0.48% | 0.37% | - |
| HSV(B) | 226.81º | 0.65% | 0.55% | - |
| XYZ | 8.31 | 6.98 | 26.11 | - |
| YUV | 72.11 | 166.87 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 141 | 0.65 | 0.50 | 0 | 0.45 | 226.81 | 0.48 | 0.37 |
| Hex | 32 | 46 | 8D | 41 | 32 | 0 | 2D | E3 | 30 | 25 |
| Octal | 62 | 106 | 215 | 101 | 62 | 0 | 55 | 343 | 60 | 45 |
| Binary | 110010 | 1000110 | 10001101 | 1000001 | 110010 | 0 | 101101 | 11100011 | 110000 | 100101 |
Color Harmonies of #32468D
Complementary color
Monochromatic Colors of #32468D
Black with #32468D
Text Example
Text Example
White with #32468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32468D; }
p { color: rgb(50,70,141); }
H1.HeaderClassName
{
color: #32468D;
}
.AnyTagClassName
{
color: #32468D;
}
</style>
background-color css
<style>
a { background-color: #32468D; }
a { background-color: rgb(50,70,141); }
div.DivClassName
{
background-color: #32468D;
}
.BgClassName
{
background-color: #32468D;
}
</style>
border-color css
<style>
span { border-color: #32468D; }
span { border-color: rgb(50,70,141); }
td.TdClassName
{
border-color: #32468D;
}
.TagClassName
{
border-color: #32468D;
}
</style>