Shades of Tory Blue #324585
Tints of Tory Blue #324585
RGB
CMYK
RGB Variations
Color information
#324585 (or 0x324585) is known color: Tory Blue. HEX triplet: 32, 45 and 85. RGB value is (50,69,133). Sum of RGB (Red+Green+Blue) = 50+69+133=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #324585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324585 is #CDBA7A. Grayscale: #464646. Windows color (decimal): -13482619 or 8734002. OLE color: 8734002.
HSL color Cylindrical-coordinate representation of color #324585: hue angle of 226.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324585 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 69 | 133 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.48 |
| HSL | 226.27º | 0.45% | 0.36% | - |
| HSV(B) | 226.27º | 0.62% | 0.52% | - |
| XYZ | 7.68 | 6.63 | 23.06 | - |
| YUV | 70.62 | 163.21 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 133 | 0.62 | 0.48 | 0 | 0.48 | 226.27 | 0.45 | 0.36 |
| Hex | 32 | 45 | 85 | 3E | 30 | 0 | 30 | E2 | 2D | 24 |
| Octal | 62 | 105 | 205 | 76 | 60 | 0 | 60 | 342 | 55 | 44 |
| Binary | 110010 | 1000101 | 10000101 | 111110 | 110000 | 0 | 110000 | 11100010 | 101101 | 100100 |
Color Harmonies of #324585
Complementary color
Monochromatic Colors of #324585
Black with #324585
Text Example
Text Example
White with #324585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324585; }
p { color: rgb(50,69,133); }
H1.HeaderClassName
{
color: #324585;
}
.AnyTagClassName
{
color: #324585;
}
</style>
background-color css
<style>
a { background-color: #324585; }
a { background-color: rgb(50,69,133); }
div.DivClassName
{
background-color: #324585;
}
.BgClassName
{
background-color: #324585;
}
</style>
border-color css
<style>
span { border-color: #324585; }
span { border-color: rgb(50,69,133); }
td.TdClassName
{
border-color: #324585;
}
.TagClassName
{
border-color: #324585;
}
</style>