Shades of Tory Blue #324B8B
Tints of Tory Blue #324B8B
RGB
CMYK
RGB Variations
Color information
#324B8B (or 0x324B8B) is known color: Tory Blue. HEX triplet: 32, 4B and 8B. RGB value is (50,75,139). Sum of RGB (Red+Green+Blue) = 50+75+139=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #324B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324B8B is #CDB474. Grayscale: #4A4A4A. Windows color (decimal): -13481077 or 9128754. OLE color: 9128754.
HSL color Cylindrical-coordinate representation of color #324B8B: hue angle of 223.15º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #324B8B is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 75 | 139 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.45 |
| HSL | 223.15º | 0.47% | 0.37% | - |
| HSV(B) | 223.15º | 0.64% | 0.55% | - |
| XYZ | 8.49 | 7.57 | 25.44 | - |
| YUV | 74.82 | 164.22 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 139 | 0.64 | 0.46 | 0 | 0.45 | 223.15 | 0.47 | 0.37 |
| Hex | 32 | 4B | 8B | 40 | 2E | 0 | 2D | DF | 2F | 25 |
| Octal | 62 | 113 | 213 | 100 | 56 | 0 | 55 | 337 | 57 | 45 |
| Binary | 110010 | 1001011 | 10001011 | 1000000 | 101110 | 0 | 101101 | 11011111 | 101111 | 100101 |
Color Harmonies of #324B8B
Complementary color
Monochromatic Colors of #324B8B
Black with #324B8B
Text Example
Text Example
White with #324B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B8B; }
p { color: rgb(50,75,139); }
H1.HeaderClassName
{
color: #324B8B;
}
.AnyTagClassName
{
color: #324B8B;
}
</style>
background-color css
<style>
a { background-color: #324B8B; }
a { background-color: rgb(50,75,139); }
div.DivClassName
{
background-color: #324B8B;
}
.BgClassName
{
background-color: #324B8B;
}
</style>
border-color css
<style>
span { border-color: #324B8B; }
span { border-color: rgb(50,75,139); }
td.TdClassName
{
border-color: #324B8B;
}
.TagClassName
{
border-color: #324B8B;
}
</style>