Shades of Tory Blue #325394
Tints of Tory Blue #325394
RGB
CMYK
RGB Variations
Color information
#325394 (or 0x325394) is known color: Tory Blue. HEX triplet: 32, 53 and 94. RGB value is (50,83,148). Sum of RGB (Red+Green+Blue) = 50+83+148=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #325394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325394 is #CDAC6B. Grayscale: #505050. Windows color (decimal): -13479020 or 9720626. OLE color: 9720626.
HSL color Cylindrical-coordinate representation of color #325394: hue angle of 219.8º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325394 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 83 | 148 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.42 |
| HSL | 219.8º | 0.49% | 0.39% | - |
| HSV(B) | 219.8º | 0.66% | 0.58% | - |
| XYZ | 9.75 | 9 | 29.24 | - |
| YUV | 80.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 148 | 0.66 | 0.44 | 0 | 0.42 | 219.8 | 0.49 | 0.39 |
| Hex | 32 | 53 | 94 | 42 | 2C | 0 | 2A | DC | 31 | 27 |
| Octal | 62 | 123 | 224 | 102 | 54 | 0 | 52 | 334 | 61 | 47 |
| Binary | 110010 | 1010011 | 10010100 | 1000010 | 101100 | 0 | 101010 | 11011100 | 110001 | 100111 |
Color Harmonies of #325394
Complementary color
Monochromatic Colors of #325394
Black with #325394
Text Example
Text Example
White with #325394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325394; }
p { color: rgb(50,83,148); }
H1.HeaderClassName
{
color: #325394;
}
.AnyTagClassName
{
color: #325394;
}
</style>
background-color css
<style>
a { background-color: #325394; }
a { background-color: rgb(50,83,148); }
div.DivClassName
{
background-color: #325394;
}
.BgClassName
{
background-color: #325394;
}
</style>
border-color css
<style>
span { border-color: #325394; }
span { border-color: rgb(50,83,148); }
td.TdClassName
{
border-color: #325394;
}
.TagClassName
{
border-color: #325394;
}
</style>