Shades of Tory Blue #32458C
Tints of Tory Blue #32458C
RGB
CMYK
RGB Variations
Color information
#32458C (or 0x32458C) is known color: Tory Blue. HEX triplet: 32, 45 and 8C. RGB value is (50,69,140). Sum of RGB (Red+Green+Blue) = 50+69+140=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #32458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32458C is #CDBA73. Grayscale: #474747. Windows color (decimal): -13482612 or 9192754. OLE color: 9192754.
HSL color Cylindrical-coordinate representation of color #32458C: hue angle of 227.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 #32458C is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 69 | 140 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.45 |
| HSL | 227.33º | 0.47% | 0.37% | - |
| HSV(B) | 227.33º | 0.64% | 0.55% | - |
| XYZ | 8.18 | 6.83 | 25.7 | - |
| YUV | 71.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 140 | 0.64 | 0.51 | 0 | 0.45 | 227.33 | 0.47 | 0.37 |
| Hex | 32 | 45 | 8C | 40 | 33 | 0 | 2D | E3 | 2F | 25 |
| Octal | 62 | 105 | 214 | 100 | 63 | 0 | 55 | 343 | 57 | 45 |
| Binary | 110010 | 1000101 | 10001100 | 1000000 | 110011 | 0 | 101101 | 11100011 | 101111 | 100101 |
Color Harmonies of #32458C
Complementary color
Monochromatic Colors of #32458C
Black with #32458C
Text Example
Text Example
White with #32458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32458C; }
p { color: rgb(50,69,140); }
H1.HeaderClassName
{
color: #32458C;
}
.AnyTagClassName
{
color: #32458C;
}
</style>
background-color css
<style>
a { background-color: #32458C; }
a { background-color: rgb(50,69,140); }
div.DivClassName
{
background-color: #32458C;
}
.BgClassName
{
background-color: #32458C;
}
</style>
border-color css
<style>
span { border-color: #32458C; }
span { border-color: rgb(50,69,140); }
td.TdClassName
{
border-color: #32458C;
}
.TagClassName
{
border-color: #32458C;
}
</style>