Shades of Tory Blue #325092
Tints of Tory Blue #325092
RGB
CMYK
RGB Variations
Color information
#325092 (or 0x325092) is known color: Tory Blue. HEX triplet: 32, 50 and 92. RGB value is (50,80,146). Sum of RGB (Red+Green+Blue) = 50+80+146=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #325092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325092 is #CDAF6D. Grayscale: #4E4E4E. Windows color (decimal): -13479790 or 9588786. OLE color: 9588786.
HSL color Cylindrical-coordinate representation of color #325092: hue angle of 221.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325092 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 80 | 146 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.43 |
| HSL | 221.25º | 0.49% | 0.38% | - |
| HSV(B) | 221.25º | 0.66% | 0.57% | - |
| XYZ | 9.37 | 8.49 | 28.34 | - |
| YUV | 78.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 146 | 0.66 | 0.45 | 0 | 0.43 | 221.25 | 0.49 | 0.38 |
| Hex | 32 | 50 | 92 | 42 | 2D | 0 | 2B | DD | 31 | 26 |
| Octal | 62 | 120 | 222 | 102 | 55 | 0 | 53 | 335 | 61 | 46 |
| Binary | 110010 | 1010000 | 10010010 | 1000010 | 101101 | 0 | 101011 | 11011101 | 110001 | 100110 |
Color Harmonies of #325092
Complementary color
Monochromatic Colors of #325092
Black with #325092
Text Example
Text Example
White with #325092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325092; }
p { color: rgb(50,80,146); }
H1.HeaderClassName
{
color: #325092;
}
.AnyTagClassName
{
color: #325092;
}
</style>
background-color css
<style>
a { background-color: #325092; }
a { background-color: rgb(50,80,146); }
div.DivClassName
{
background-color: #325092;
}
.BgClassName
{
background-color: #325092;
}
</style>
border-color css
<style>
span { border-color: #325092; }
span { border-color: rgb(50,80,146); }
td.TdClassName
{
border-color: #325092;
}
.TagClassName
{
border-color: #325092;
}
</style>