Shades of Tory Blue #324C94
Tints of Tory Blue #324C94
RGB
CMYK
RGB Variations
Color information
#324C94 (or 0x324C94) is known color: Tory Blue. HEX triplet: 32, 4C and 94. RGB value is (50,76,148). Sum of RGB (Red+Green+Blue) = 50+76+148=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #324C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C94 is #CDB36B. Grayscale: #4C4C4C. Windows color (decimal): -13480812 or 9718834. OLE color: 9718834.
HSL color Cylindrical-coordinate representation of color #324C94: hue angle of 224.08º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324C94 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 76 | 148 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.42 |
| HSL | 224.08º | 0.49% | 0.39% | - |
| HSV(B) | 224.08º | 0.66% | 0.58% | - |
| XYZ | 9.25 | 7.99 | 29.07 | - |
| YUV | 76.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 148 | 0.66 | 0.49 | 0 | 0.42 | 224.08 | 0.49 | 0.39 |
| Hex | 32 | 4C | 94 | 42 | 31 | 0 | 2A | E0 | 31 | 27 |
| Octal | 62 | 114 | 224 | 102 | 61 | 0 | 52 | 340 | 61 | 47 |
| Binary | 110010 | 1001100 | 10010100 | 1000010 | 110001 | 0 | 101010 | 11100000 | 110001 | 100111 |
Color Harmonies of #324C94
Complementary color
Monochromatic Colors of #324C94
Black with #324C94
Text Example
Text Example
White with #324C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C94; }
p { color: rgb(50,76,148); }
H1.HeaderClassName
{
color: #324C94;
}
.AnyTagClassName
{
color: #324C94;
}
</style>
background-color css
<style>
a { background-color: #324C94; }
a { background-color: rgb(50,76,148); }
div.DivClassName
{
background-color: #324C94;
}
.BgClassName
{
background-color: #324C94;
}
</style>
border-color css
<style>
span { border-color: #324C94; }
span { border-color: rgb(50,76,148); }
td.TdClassName
{
border-color: #324C94;
}
.TagClassName
{
border-color: #324C94;
}
</style>