Shades of Tory Blue #32428C
Tints of Tory Blue #32428C
RGB
CMYK
RGB Variations
Color information
#32428C (or 0x32428C) is known color: Tory Blue. HEX triplet: 32, 42 and 8C. RGB value is (50,66,140). Sum of RGB (Red+Green+Blue) = 50+66+140=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #32428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32428C is #CDBD73. Grayscale: #454545. Windows color (decimal): -13483380 or 9191986. OLE color: 9191986.
HSL color Cylindrical-coordinate representation of color #32428C: hue angle of 229.33º 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 #32428C is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 66 | 140 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.45 |
| HSL | 229.33º | 0.47% | 0.37% | - |
| HSV(B) | 229.33º | 0.64% | 0.55% | - |
| XYZ | 8 | 6.47 | 25.64 | - |
| YUV | 69.65 | 167.7 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 140 | 0.64 | 0.53 | 0 | 0.45 | 229.33 | 0.47 | 0.37 |
| Hex | 32 | 42 | 8C | 40 | 35 | 0 | 2D | E5 | 2F | 25 |
| Octal | 62 | 102 | 214 | 100 | 65 | 0 | 55 | 345 | 57 | 45 |
| Binary | 110010 | 1000010 | 10001100 | 1000000 | 110101 | 0 | 101101 | 11100101 | 101111 | 100101 |
Color Harmonies of #32428C
Complementary color
Monochromatic Colors of #32428C
Black with #32428C
Text Example
Text Example
White with #32428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32428C; }
p { color: rgb(50,66,140); }
H1.HeaderClassName
{
color: #32428C;
}
.AnyTagClassName
{
color: #32428C;
}
</style>
background-color css
<style>
a { background-color: #32428C; }
a { background-color: rgb(50,66,140); }
div.DivClassName
{
background-color: #32428C;
}
.BgClassName
{
background-color: #32428C;
}
</style>
border-color css
<style>
span { border-color: #32428C; }
span { border-color: rgb(50,66,140); }
td.TdClassName
{
border-color: #32428C;
}
.TagClassName
{
border-color: #32428C;
}
</style>