Shades of Tory Blue #32428D
Tints of Tory Blue #32428D
RGB
CMYK
RGB Variations
Color information
#32428D (or 0x32428D) is known color: Tory Blue. HEX triplet: 32, 42 and 8D. RGB value is (50,66,141). Sum of RGB (Red+Green+Blue) = 50+66+141=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #32428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32428D is #CDBD72. Grayscale: #454545. Windows color (decimal): -13483379 or 9257522. OLE color: 9257522.
HSL color Cylindrical-coordinate representation of color #32428D: hue angle of 229.45º 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 #32428D is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 66 | 141 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.45 |
| HSL | 229.45º | 0.48% | 0.37% | - |
| HSV(B) | 229.45º | 0.65% | 0.55% | - |
| XYZ | 8.07 | 6.5 | 26.03 | - |
| YUV | 69.77 | 168.2 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 141 | 0.65 | 0.53 | 0 | 0.45 | 229.45 | 0.48 | 0.37 |
| Hex | 32 | 42 | 8D | 41 | 35 | 0 | 2D | E5 | 30 | 25 |
| Octal | 62 | 102 | 215 | 101 | 65 | 0 | 55 | 345 | 60 | 45 |
| Binary | 110010 | 1000010 | 10001101 | 1000001 | 110101 | 0 | 101101 | 11100101 | 110000 | 100101 |
Color Harmonies of #32428D
Complementary color
Monochromatic Colors of #32428D
Black with #32428D
Text Example
Text Example
White with #32428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32428D; }
p { color: rgb(50,66,141); }
H1.HeaderClassName
{
color: #32428D;
}
.AnyTagClassName
{
color: #32428D;
}
</style>
background-color css
<style>
a { background-color: #32428D; }
a { background-color: rgb(50,66,141); }
div.DivClassName
{
background-color: #32428D;
}
.BgClassName
{
background-color: #32428D;
}
</style>
border-color css
<style>
span { border-color: #32428D; }
span { border-color: rgb(50,66,141); }
td.TdClassName
{
border-color: #32428D;
}
.TagClassName
{
border-color: #32428D;
}
</style>