Shades of Tory Blue #32488C
Tints of Tory Blue #32488C
RGB
CMYK
RGB Variations
Color information
#32488C (or 0x32488C) is known color: Tory Blue. HEX triplet: 32, 48 and 8C. RGB value is (50,72,140). Sum of RGB (Red+Green+Blue) = 50+72+140=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #32488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32488C is #CDB773. Grayscale: #484848. Windows color (decimal): -13481844 or 9193522. OLE color: 9193522.
HSL color Cylindrical-coordinate representation of color #32488C: hue angle of 225.33º 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 #32488C is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 72 | 140 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.45 |
| HSL | 225.33º | 0.47% | 0.37% | - |
| HSV(B) | 225.33º | 0.64% | 0.55% | - |
| XYZ | 8.37 | 7.21 | 25.76 | - |
| YUV | 73.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 140 | 0.64 | 0.49 | 0 | 0.45 | 225.33 | 0.47 | 0.37 |
| Hex | 32 | 48 | 8C | 40 | 31 | 0 | 2D | E1 | 2F | 25 |
| Octal | 62 | 110 | 214 | 100 | 61 | 0 | 55 | 341 | 57 | 45 |
| Binary | 110010 | 1001000 | 10001100 | 1000000 | 110001 | 0 | 101101 | 11100001 | 101111 | 100101 |
Color Harmonies of #32488C
Complementary color
Monochromatic Colors of #32488C
Black with #32488C
Text Example
Text Example
White with #32488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32488C; }
p { color: rgb(50,72,140); }
H1.HeaderClassName
{
color: #32488C;
}
.AnyTagClassName
{
color: #32488C;
}
</style>
background-color css
<style>
a { background-color: #32488C; }
a { background-color: rgb(50,72,140); }
div.DivClassName
{
background-color: #32488C;
}
.BgClassName
{
background-color: #32488C;
}
</style>
border-color css
<style>
span { border-color: #32488C; }
span { border-color: rgb(50,72,140); }
td.TdClassName
{
border-color: #32488C;
}
.TagClassName
{
border-color: #32488C;
}
</style>