Shades of Tory Blue #32477F
Tints of Tory Blue #32477F
RGB
CMYK
RGB Variations
Color information
#32477F (or 0x32477F) is known color: Tory Blue. HEX triplet: 32, 47 and 7F. RGB value is (50,71,127). Sum of RGB (Red+Green+Blue) = 50+71+127=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #32477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32477F is #CDB880. Grayscale: #464646. Windows color (decimal): -13482113 or 8341298. OLE color: 8341298.
HSL color Cylindrical-coordinate representation of color #32477F: hue angle of 223.64º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32477F is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 71 | 127 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.50 |
| HSL | 223.64º | 0.44% | 0.35% | - |
| HSV(B) | 223.64º | 0.61% | 0.5% | - |
| XYZ | 7.4 | 6.72 | 20.99 | - |
| YUV | 71.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 127 | 0.61 | 0.44 | 0 | 0.50 | 223.64 | 0.44 | 0.35 |
| Hex | 32 | 47 | 7F | 3D | 2C | 0 | 32 | E0 | 2C | 23 |
| Octal | 62 | 107 | 177 | 75 | 54 | 0 | 62 | 340 | 54 | 43 |
| Binary | 110010 | 1000111 | 1111111 | 111101 | 101100 | 0 | 110010 | 11100000 | 101100 | 100011 |
Color Harmonies of #32477F
Complementary color
Monochromatic Colors of #32477F
Black with #32477F
Text Example
Text Example
White with #32477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32477F; }
p { color: rgb(50,71,127); }
H1.HeaderClassName
{
color: #32477F;
}
.AnyTagClassName
{
color: #32477F;
}
</style>
background-color css
<style>
a { background-color: #32477F; }
a { background-color: rgb(50,71,127); }
div.DivClassName
{
background-color: #32477F;
}
.BgClassName
{
background-color: #32477F;
}
</style>
border-color css
<style>
span { border-color: #32477F; }
span { border-color: rgb(50,71,127); }
td.TdClassName
{
border-color: #32477F;
}
.TagClassName
{
border-color: #32477F;
}
</style>