Shades of Tory Blue #32469D
Tints of Tory Blue #32469D
RGB
CMYK
RGB Variations
Color information
#32469D (or 0x32469D) is known color: Tory Blue. HEX triplet: 32, 46 and 9D. RGB value is (50,70,157). Sum of RGB (Red+Green+Blue) = 50+70+157=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #32469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32469D is #CDB962. Grayscale: #494949. Windows color (decimal): -13482339 or 10307122. OLE color: 10307122.
HSL color Cylindrical-coordinate representation of color #32469D: hue angle of 228.79º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32469D is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 70 | 157 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.38 |
| HSL | 228.79º | 0.52% | 0.41% | - |
| HSV(B) | 228.79º | 0.68% | 0.62% | - |
| XYZ | 9.59 | 7.49 | 32.84 | - |
| YUV | 73.94 | 174.87 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 157 | 0.68 | 0.55 | 0 | 0.38 | 228.79 | 0.52 | 0.41 |
| Hex | 32 | 46 | 9D | 44 | 37 | 0 | 26 | E5 | 34 | 29 |
| Octal | 62 | 106 | 235 | 104 | 67 | 0 | 46 | 345 | 64 | 51 |
| Binary | 110010 | 1000110 | 10011101 | 1000100 | 110111 | 0 | 100110 | 11100101 | 110100 | 101001 |
Color Harmonies of #32469D
Complementary color
Monochromatic Colors of #32469D
Black with #32469D
Text Example
Text Example
White with #32469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32469D; }
p { color: rgb(50,70,157); }
H1.HeaderClassName
{
color: #32469D;
}
.AnyTagClassName
{
color: #32469D;
}
</style>
background-color css
<style>
a { background-color: #32469D; }
a { background-color: rgb(50,70,157); }
div.DivClassName
{
background-color: #32469D;
}
.BgClassName
{
background-color: #32469D;
}
</style>
border-color css
<style>
span { border-color: #32469D; }
span { border-color: rgb(50,70,157); }
td.TdClassName
{
border-color: #32469D;
}
.TagClassName
{
border-color: #32469D;
}
</style>