Shades of Tory Blue #324388
Tints of Tory Blue #324388
RGB
CMYK
RGB Variations
Color information
#324388 (or 0x324388) is known color: Tory Blue. HEX triplet: 32, 43 and 88. RGB value is (50,67,136). Sum of RGB (Red+Green+Blue) = 50+67+136=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #324388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324388 is #CDBC77. Grayscale: #454545. Windows color (decimal): -13483128 or 8930098. OLE color: 8930098.
HSL color Cylindrical-coordinate representation of color #324388: hue angle of 228.14º 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 #324388 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 67 | 136 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.47 |
| HSL | 228.14º | 0.46% | 0.36% | - |
| HSV(B) | 228.14º | 0.63% | 0.53% | - |
| XYZ | 7.77 | 6.47 | 24.13 | - |
| YUV | 69.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 136 | 0.63 | 0.51 | 0 | 0.47 | 228.14 | 0.46 | 0.36 |
| Hex | 32 | 43 | 88 | 3F | 33 | 0 | 2F | E4 | 2E | 24 |
| Octal | 62 | 103 | 210 | 77 | 63 | 0 | 57 | 344 | 56 | 44 |
| Binary | 110010 | 1000011 | 10001000 | 111111 | 110011 | 0 | 101111 | 11100100 | 101110 | 100100 |
Color Harmonies of #324388
Complementary color
Monochromatic Colors of #324388
Black with #324388
Text Example
Text Example
White with #324388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324388; }
p { color: rgb(50,67,136); }
H1.HeaderClassName
{
color: #324388;
}
.AnyTagClassName
{
color: #324388;
}
</style>
background-color css
<style>
a { background-color: #324388; }
a { background-color: rgb(50,67,136); }
div.DivClassName
{
background-color: #324388;
}
.BgClassName
{
background-color: #324388;
}
</style>
border-color css
<style>
span { border-color: #324388; }
span { border-color: rgb(50,67,136); }
td.TdClassName
{
border-color: #324388;
}
.TagClassName
{
border-color: #324388;
}
</style>