Shades of Tory Blue #32408B
Tints of Tory Blue #32408B
RGB
CMYK
RGB Variations
Color information
#32408B (or 0x32408B) is known color: Tory Blue. HEX triplet: 32, 40 and 8B. RGB value is (50,64,139). Sum of RGB (Red+Green+Blue) = 50+64+139=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #32408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32408B is #CDBF74. Grayscale: #444444. Windows color (decimal): -13483893 or 9125938. OLE color: 9125938.
HSL color Cylindrical-coordinate representation of color #32408B: hue angle of 230.56º 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 #32408B is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 64 | 139 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.45 |
| HSL | 230.56º | 0.47% | 0.37% | - |
| HSV(B) | 230.56º | 0.64% | 0.55% | - |
| XYZ | 7.81 | 6.21 | 25.21 | - |
| YUV | 68.36 | 167.86 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 139 | 0.64 | 0.54 | 0 | 0.45 | 230.56 | 0.47 | 0.37 |
| Hex | 32 | 40 | 8B | 40 | 36 | 0 | 2D | E7 | 2F | 25 |
| Octal | 62 | 100 | 213 | 100 | 66 | 0 | 55 | 347 | 57 | 45 |
| Binary | 110010 | 1000000 | 10001011 | 1000000 | 110110 | 0 | 101101 | 11100111 | 101111 | 100101 |
Color Harmonies of #32408B
Complementary color
Monochromatic Colors of #32408B
Black with #32408B
Text Example
Text Example
White with #32408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32408B; }
p { color: rgb(50,64,139); }
H1.HeaderClassName
{
color: #32408B;
}
.AnyTagClassName
{
color: #32408B;
}
</style>
background-color css
<style>
a { background-color: #32408B; }
a { background-color: rgb(50,64,139); }
div.DivClassName
{
background-color: #32408B;
}
.BgClassName
{
background-color: #32408B;
}
</style>
border-color css
<style>
span { border-color: #32408B; }
span { border-color: rgb(50,64,139); }
td.TdClassName
{
border-color: #32408B;
}
.TagClassName
{
border-color: #32408B;
}
</style>