Shades of Tory Blue #325098
Tints of Tory Blue #325098
RGB
CMYK
RGB Variations
Color information
#325098 (or 0x325098) is known color: Tory Blue. HEX triplet: 32, 50 and 98. RGB value is (50,80,152). Sum of RGB (Red+Green+Blue) = 50+80+152=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #325098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325098 is #CDAF67. Grayscale: #4E4E4E. Windows color (decimal): -13479784 or 9982002. OLE color: 9982002.
HSL color Cylindrical-coordinate representation of color #325098: hue angle of 222.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325098 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 80 | 152 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.40 |
| HSL | 222.35º | 0.5% | 0.4% | - |
| HSV(B) | 222.35º | 0.67% | 0.6% | - |
| XYZ | 9.85 | 8.68 | 30.86 | - |
| YUV | 79.24 | 169.06 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 152 | 0.67 | 0.47 | 0 | 0.40 | 222.35 | 0.5 | 0.4 |
| Hex | 32 | 50 | 98 | 43 | 2F | 0 | 28 | DE | 32 | 28 |
| Octal | 62 | 120 | 230 | 103 | 57 | 0 | 50 | 336 | 62 | 50 |
| Binary | 110010 | 1010000 | 10011000 | 1000011 | 101111 | 0 | 101000 | 11011110 | 110010 | 101000 |
Color Harmonies of #325098
Complementary color
Monochromatic Colors of #325098
Black with #325098
Text Example
Text Example
White with #325098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325098; }
p { color: rgb(50,80,152); }
H1.HeaderClassName
{
color: #325098;
}
.AnyTagClassName
{
color: #325098;
}
</style>
background-color css
<style>
a { background-color: #325098; }
a { background-color: rgb(50,80,152); }
div.DivClassName
{
background-color: #325098;
}
.BgClassName
{
background-color: #325098;
}
</style>
border-color css
<style>
span { border-color: #325098; }
span { border-color: rgb(50,80,152); }
td.TdClassName
{
border-color: #325098;
}
.TagClassName
{
border-color: #325098;
}
</style>