Shades of Tory Blue #324C9E
Tints of Tory Blue #324C9E
RGB
CMYK
RGB Variations
Color information
#324C9E (or 0x324C9E) is known color: Tory Blue. HEX triplet: 32, 4C and 9E. RGB value is (50,76,158). Sum of RGB (Red+Green+Blue) = 50+76+158=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #324C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C9E is #CDB361. Grayscale: #4D4D4D. Windows color (decimal): -13480802 or 10374194. OLE color: 10374194.
HSL color Cylindrical-coordinate representation of color #324C9E: hue angle of 225.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #324C9E is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 76 | 158 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.38 |
| HSL | 225.56º | 0.52% | 0.41% | - |
| HSV(B) | 225.56º | 0.68% | 0.62% | - |
| XYZ | 10.07 | 8.32 | 33.42 | - |
| YUV | 77.57 | 173.39 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 158 | 0.68 | 0.52 | 0 | 0.38 | 225.56 | 0.52 | 0.41 |
| Hex | 32 | 4C | 9E | 44 | 34 | 0 | 26 | E2 | 34 | 29 |
| Octal | 62 | 114 | 236 | 104 | 64 | 0 | 46 | 342 | 64 | 51 |
| Binary | 110010 | 1001100 | 10011110 | 1000100 | 110100 | 0 | 100110 | 11100010 | 110100 | 101001 |
Color Harmonies of #324C9E
Complementary color
Monochromatic Colors of #324C9E
Black with #324C9E
Text Example
Text Example
White with #324C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C9E; }
p { color: rgb(50,76,158); }
H1.HeaderClassName
{
color: #324C9E;
}
.AnyTagClassName
{
color: #324C9E;
}
</style>
background-color css
<style>
a { background-color: #324C9E; }
a { background-color: rgb(50,76,158); }
div.DivClassName
{
background-color: #324C9E;
}
.BgClassName
{
background-color: #324C9E;
}
</style>
border-color css
<style>
span { border-color: #324C9E; }
span { border-color: rgb(50,76,158); }
td.TdClassName
{
border-color: #324C9E;
}
.TagClassName
{
border-color: #324C9E;
}
</style>