Shades of Tory Blue #324B88
Tints of Tory Blue #324B88
RGB
CMYK
RGB Variations
Color information
#324B88 (or 0x324B88) is known color: Tory Blue. HEX triplet: 32, 4B and 88. RGB value is (50,75,136). Sum of RGB (Red+Green+Blue) = 50+75+136=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #324B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324B88 is #CDB477. Grayscale: #4A4A4A. Windows color (decimal): -13481080 or 8932146. OLE color: 8932146.
HSL color Cylindrical-coordinate representation of color #324B88: hue angle of 222.56º 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 #324B88 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 75 | 136 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.47 |
| HSL | 222.56º | 0.46% | 0.36% | - |
| HSV(B) | 222.56º | 0.63% | 0.53% | - |
| XYZ | 8.28 | 7.49 | 24.3 | - |
| YUV | 74.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 136 | 0.63 | 0.45 | 0 | 0.47 | 222.56 | 0.46 | 0.36 |
| Hex | 32 | 4B | 88 | 3F | 2D | 0 | 2F | DF | 2E | 24 |
| Octal | 62 | 113 | 210 | 77 | 55 | 0 | 57 | 337 | 56 | 44 |
| Binary | 110010 | 1001011 | 10001000 | 111111 | 101101 | 0 | 101111 | 11011111 | 101110 | 100100 |
Color Harmonies of #324B88
Complementary color
Monochromatic Colors of #324B88
Black with #324B88
Text Example
Text Example
White with #324B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B88; }
p { color: rgb(50,75,136); }
H1.HeaderClassName
{
color: #324B88;
}
.AnyTagClassName
{
color: #324B88;
}
</style>
background-color css
<style>
a { background-color: #324B88; }
a { background-color: rgb(50,75,136); }
div.DivClassName
{
background-color: #324B88;
}
.BgClassName
{
background-color: #324B88;
}
</style>
border-color css
<style>
span { border-color: #324B88; }
span { border-color: rgb(50,75,136); }
td.TdClassName
{
border-color: #324B88;
}
.TagClassName
{
border-color: #324B88;
}
</style>