Shades of Tory Blue #32449C
Tints of Tory Blue #32449C
RGB
CMYK
RGB Variations
Color information
#32449C (or 0x32449C) is known color: Tory Blue. HEX triplet: 32, 44 and 9C. RGB value is (50,68,156). Sum of RGB (Red+Green+Blue) = 50+68+156=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #32449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32449C is #CDBB63. Grayscale: #484848. Windows color (decimal): -13482852 or 10241074. OLE color: 10241074.
HSL color Cylindrical-coordinate representation of color #32449C: hue angle of 229.81º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32449C is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 68 | 156 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.39 |
| HSL | 229.81º | 0.51% | 0.4% | - |
| HSV(B) | 229.81º | 0.68% | 0.61% | - |
| XYZ | 9.38 | 7.21 | 32.35 | - |
| YUV | 72.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 156 | 0.68 | 0.56 | 0 | 0.39 | 229.81 | 0.51 | 0.4 |
| Hex | 32 | 44 | 9C | 44 | 38 | 0 | 27 | E6 | 33 | 28 |
| Octal | 62 | 104 | 234 | 104 | 70 | 0 | 47 | 346 | 63 | 50 |
| Binary | 110010 | 1000100 | 10011100 | 1000100 | 111000 | 0 | 100111 | 11100110 | 110011 | 101000 |
Color Harmonies of #32449C
Complementary color
Monochromatic Colors of #32449C
Black with #32449C
Text Example
Text Example
White with #32449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32449C; }
p { color: rgb(50,68,156); }
H1.HeaderClassName
{
color: #32449C;
}
.AnyTagClassName
{
color: #32449C;
}
</style>
background-color css
<style>
a { background-color: #32449C; }
a { background-color: rgb(50,68,156); }
div.DivClassName
{
background-color: #32449C;
}
.BgClassName
{
background-color: #32449C;
}
</style>
border-color css
<style>
span { border-color: #32449C; }
span { border-color: rgb(50,68,156); }
td.TdClassName
{
border-color: #32449C;
}
.TagClassName
{
border-color: #32449C;
}
</style>