Shades of Tory Blue #32449F
Tints of Tory Blue #32449F
RGB
CMYK
RGB Variations
Color information
#32449F (or 0x32449F) is known color: Tory Blue. HEX triplet: 32, 44 and 9F. RGB value is (50,68,159). Sum of RGB (Red+Green+Blue) = 50+68+159=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #32449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32449F is #CDBB60. Grayscale: #484848. Windows color (decimal): -13482849 or 10437682. OLE color: 10437682.
HSL color Cylindrical-coordinate representation of color #32449F: hue angle of 230.09º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32449F is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 68 | 159 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.38 |
| HSL | 230.09º | 0.52% | 0.41% | - |
| HSV(B) | 230.09º | 0.69% | 0.62% | - |
| XYZ | 9.64 | 7.32 | 33.7 | - |
| YUV | 72.99 | 176.54 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 159 | 0.69 | 0.57 | 0 | 0.38 | 230.09 | 0.52 | 0.41 |
| Hex | 32 | 44 | 9F | 45 | 39 | 0 | 26 | E6 | 34 | 29 |
| Octal | 62 | 104 | 237 | 105 | 71 | 0 | 46 | 346 | 64 | 51 |
| Binary | 110010 | 1000100 | 10011111 | 1000101 | 111001 | 0 | 100110 | 11100110 | 110100 | 101001 |
Color Harmonies of #32449F
Complementary color
Monochromatic Colors of #32449F
Black with #32449F
Text Example
Text Example
White with #32449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32449F; }
p { color: rgb(50,68,159); }
H1.HeaderClassName
{
color: #32449F;
}
.AnyTagClassName
{
color: #32449F;
}
</style>
background-color css
<style>
a { background-color: #32449F; }
a { background-color: rgb(50,68,159); }
div.DivClassName
{
background-color: #32449F;
}
.BgClassName
{
background-color: #32449F;
}
</style>
border-color css
<style>
span { border-color: #32449F; }
span { border-color: rgb(50,68,159); }
td.TdClassName
{
border-color: #32449F;
}
.TagClassName
{
border-color: #32449F;
}
</style>