Shades of Tory Blue #324195
Tints of Tory Blue #324195
RGB
CMYK
RGB Variations
Color information
#324195 (or 0x324195) is known color: Tory Blue. HEX triplet: 32, 41 and 95. RGB value is (50,65,149). Sum of RGB (Red+Green+Blue) = 50+65+149=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #324195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324195 is #CDBE6A. Grayscale: #454545. Windows color (decimal): -13483627 or 9781554. OLE color: 9781554.
HSL color Cylindrical-coordinate representation of color #324195: hue angle of 230.91º degrees, saturation: 0.5, 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 #324195 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 65 | 149 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.42 |
| HSL | 230.91º | 0.5% | 0.39% | - |
| HSV(B) | 230.91º | 0.66% | 0.58% | - |
| XYZ | 8.63 | 6.63 | 29.26 | - |
| YUV | 70.09 | 172.53 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 149 | 0.66 | 0.56 | 0 | 0.42 | 230.91 | 0.5 | 0.39 |
| Hex | 32 | 41 | 95 | 42 | 38 | 0 | 2A | E7 | 32 | 27 |
| Octal | 62 | 101 | 225 | 102 | 70 | 0 | 52 | 347 | 62 | 47 |
| Binary | 110010 | 1000001 | 10010101 | 1000010 | 111000 | 0 | 101010 | 11100111 | 110010 | 100111 |
Color Harmonies of #324195
Complementary color
Monochromatic Colors of #324195
Black with #324195
Text Example
Text Example
White with #324195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324195; }
p { color: rgb(50,65,149); }
H1.HeaderClassName
{
color: #324195;
}
.AnyTagClassName
{
color: #324195;
}
</style>
background-color css
<style>
a { background-color: #324195; }
a { background-color: rgb(50,65,149); }
div.DivClassName
{
background-color: #324195;
}
.BgClassName
{
background-color: #324195;
}
</style>
border-color css
<style>
span { border-color: #324195; }
span { border-color: rgb(50,65,149); }
td.TdClassName
{
border-color: #324195;
}
.TagClassName
{
border-color: #324195;
}
</style>