Shades of Tory Blue #324588
Tints of Tory Blue #324588
RGB
CMYK
RGB Variations
Color information
#324588 (or 0x324588) is known color: Tory Blue. HEX triplet: 32, 45 and 88. RGB value is (50,69,136). Sum of RGB (Red+Green+Blue) = 50+69+136=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #324588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324588 is #CDBA77. Grayscale: #464646. Windows color (decimal): -13482616 or 8930610. OLE color: 8930610.
HSL color Cylindrical-coordinate representation of color #324588: hue angle of 226.74º 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 #324588 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 69 | 136 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.47 |
| HSL | 226.74º | 0.46% | 0.36% | - |
| HSV(B) | 226.74º | 0.63% | 0.53% | - |
| XYZ | 7.89 | 6.71 | 24.17 | - |
| YUV | 70.96 | 164.71 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 136 | 0.63 | 0.49 | 0 | 0.47 | 226.74 | 0.46 | 0.36 |
| Hex | 32 | 45 | 88 | 3F | 31 | 0 | 2F | E3 | 2E | 24 |
| Octal | 62 | 105 | 210 | 77 | 61 | 0 | 57 | 343 | 56 | 44 |
| Binary | 110010 | 1000101 | 10001000 | 111111 | 110001 | 0 | 101111 | 11100011 | 101110 | 100100 |
Color Harmonies of #324588
Complementary color
Monochromatic Colors of #324588
Black with #324588
Text Example
Text Example
White with #324588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324588; }
p { color: rgb(50,69,136); }
H1.HeaderClassName
{
color: #324588;
}
.AnyTagClassName
{
color: #324588;
}
</style>
background-color css
<style>
a { background-color: #324588; }
a { background-color: rgb(50,69,136); }
div.DivClassName
{
background-color: #324588;
}
.BgClassName
{
background-color: #324588;
}
</style>
border-color css
<style>
span { border-color: #324588; }
span { border-color: rgb(50,69,136); }
td.TdClassName
{
border-color: #324588;
}
.TagClassName
{
border-color: #324588;
}
</style>