Shades of Tory Blue #324187
Tints of Tory Blue #324187
RGB
CMYK
RGB Variations
Color information
#324187 (or 0x324187) is known color: Tory Blue. HEX triplet: 32, 41 and 87. RGB value is (50,65,135). Sum of RGB (Red+Green+Blue) = 50+65+135=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #324187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324187 is #CDBE78. Grayscale: #444444. Windows color (decimal): -13483641 or 8864050. OLE color: 8864050.
HSL color Cylindrical-coordinate representation of color #324187: hue angle of 229.41º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324187 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 65 | 135 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.47 |
| HSL | 229.41º | 0.46% | 0.36% | - |
| HSV(B) | 229.41º | 0.63% | 0.53% | - |
| XYZ | 7.58 | 6.21 | 23.72 | - |
| YUV | 68.5 | 165.53 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 135 | 0.63 | 0.52 | 0 | 0.47 | 229.41 | 0.46 | 0.36 |
| Hex | 32 | 41 | 87 | 3F | 34 | 0 | 2F | E5 | 2E | 24 |
| Octal | 62 | 101 | 207 | 77 | 64 | 0 | 57 | 345 | 56 | 44 |
| Binary | 110010 | 1000001 | 10000111 | 111111 | 110100 | 0 | 101111 | 11100101 | 101110 | 100100 |
Color Harmonies of #324187
Complementary color
Monochromatic Colors of #324187
Black with #324187
Text Example
Text Example
White with #324187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324187; }
p { color: rgb(50,65,135); }
H1.HeaderClassName
{
color: #324187;
}
.AnyTagClassName
{
color: #324187;
}
</style>
background-color css
<style>
a { background-color: #324187; }
a { background-color: rgb(50,65,135); }
div.DivClassName
{
background-color: #324187;
}
.BgClassName
{
background-color: #324187;
}
</style>
border-color css
<style>
span { border-color: #324187; }
span { border-color: rgb(50,65,135); }
td.TdClassName
{
border-color: #324187;
}
.TagClassName
{
border-color: #324187;
}
</style>