Shades of Tory Blue #324385
Tints of Tory Blue #324385
RGB
CMYK
RGB Variations
Color information
#324385 (or 0x324385) is known color: Tory Blue. HEX triplet: 32, 43 and 85. RGB value is (50,67,133). Sum of RGB (Red+Green+Blue) = 50+67+133=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #324385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324385 is #CDBC7A. Grayscale: #454545. Windows color (decimal): -13483131 or 8733490. OLE color: 8733490.
HSL color Cylindrical-coordinate representation of color #324385: hue angle of 227.71º 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 #324385 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 67 | 133 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.48 |
| HSL | 227.71º | 0.45% | 0.36% | - |
| HSV(B) | 227.71º | 0.62% | 0.52% | - |
| XYZ | 7.56 | 6.39 | 23.02 | - |
| YUV | 69.44 | 163.87 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 133 | 0.62 | 0.50 | 0 | 0.48 | 227.71 | 0.45 | 0.36 |
| Hex | 32 | 43 | 85 | 3E | 32 | 0 | 30 | E4 | 2D | 24 |
| Octal | 62 | 103 | 205 | 76 | 62 | 0 | 60 | 344 | 55 | 44 |
| Binary | 110010 | 1000011 | 10000101 | 111110 | 110010 | 0 | 110000 | 11100100 | 101101 | 100100 |
Color Harmonies of #324385
Complementary color
Monochromatic Colors of #324385
Black with #324385
Text Example
Text Example
White with #324385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324385; }
p { color: rgb(50,67,133); }
H1.HeaderClassName
{
color: #324385;
}
.AnyTagClassName
{
color: #324385;
}
</style>
background-color css
<style>
a { background-color: #324385; }
a { background-color: rgb(50,67,133); }
div.DivClassName
{
background-color: #324385;
}
.BgClassName
{
background-color: #324385;
}
</style>
border-color css
<style>
span { border-color: #324385; }
span { border-color: rgb(50,67,133); }
td.TdClassName
{
border-color: #324385;
}
.TagClassName
{
border-color: #324385;
}
</style>