Shades of Tory Blue #32478D
Tints of Tory Blue #32478D
RGB
CMYK
RGB Variations
Color information
#32478D (or 0x32478D) is known color: Tory Blue. HEX triplet: 32, 47 and 8D. RGB value is (50,71,141). Sum of RGB (Red+Green+Blue) = 50+71+141=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #32478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32478D is #CDB872. Grayscale: #484848. Windows color (decimal): -13482099 or 9258802. OLE color: 9258802.
HSL color Cylindrical-coordinate representation of color #32478D: hue angle of 226.15º 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 #32478D is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 71 | 141 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.45 |
| HSL | 226.15º | 0.48% | 0.37% | - |
| HSV(B) | 226.15º | 0.65% | 0.55% | - |
| XYZ | 8.38 | 7.11 | 26.13 | - |
| YUV | 72.7 | 166.54 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 141 | 0.65 | 0.50 | 0 | 0.45 | 226.15 | 0.48 | 0.37 |
| Hex | 32 | 47 | 8D | 41 | 32 | 0 | 2D | E2 | 30 | 25 |
| Octal | 62 | 107 | 215 | 101 | 62 | 0 | 55 | 342 | 60 | 45 |
| Binary | 110010 | 1000111 | 10001101 | 1000001 | 110010 | 0 | 101101 | 11100010 | 110000 | 100101 |
Color Harmonies of #32478D
Complementary color
Monochromatic Colors of #32478D
Black with #32478D
Text Example
Text Example
White with #32478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32478D; }
p { color: rgb(50,71,141); }
H1.HeaderClassName
{
color: #32478D;
}
.AnyTagClassName
{
color: #32478D;
}
</style>
background-color css
<style>
a { background-color: #32478D; }
a { background-color: rgb(50,71,141); }
div.DivClassName
{
background-color: #32478D;
}
.BgClassName
{
background-color: #32478D;
}
</style>
border-color css
<style>
span { border-color: #32478D; }
span { border-color: rgb(50,71,141); }
td.TdClassName
{
border-color: #32478D;
}
.TagClassName
{
border-color: #32478D;
}
</style>