Shades of Tory Blue #32468C
Tints of Tory Blue #32468C
RGB
CMYK
RGB Variations
Color information
#32468C (or 0x32468C) is known color: Tory Blue. HEX triplet: 32, 46 and 8C. RGB value is (50,70,140). Sum of RGB (Red+Green+Blue) = 50+70+140=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #32468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32468C is #CDB973. Grayscale: #474747. Windows color (decimal): -13482356 or 9193010. OLE color: 9193010.
HSL color Cylindrical-coordinate representation of color #32468C: hue angle of 226.67º 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 #32468C is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 70 | 140 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.45 |
| HSL | 226.67º | 0.47% | 0.37% | - |
| HSV(B) | 226.67º | 0.64% | 0.55% | - |
| XYZ | 8.24 | 6.95 | 25.72 | - |
| YUV | 72 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 140 | 0.64 | 0.50 | 0 | 0.45 | 226.67 | 0.47 | 0.37 |
| Hex | 32 | 46 | 8C | 40 | 32 | 0 | 2D | E3 | 2F | 25 |
| Octal | 62 | 106 | 214 | 100 | 62 | 0 | 55 | 343 | 57 | 45 |
| Binary | 110010 | 1000110 | 10001100 | 1000000 | 110010 | 0 | 101101 | 11100011 | 101111 | 100101 |
Color Harmonies of #32468C
Complementary color
Monochromatic Colors of #32468C
Black with #32468C
Text Example
Text Example
White with #32468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32468C; }
p { color: rgb(50,70,140); }
H1.HeaderClassName
{
color: #32468C;
}
.AnyTagClassName
{
color: #32468C;
}
</style>
background-color css
<style>
a { background-color: #32468C; }
a { background-color: rgb(50,70,140); }
div.DivClassName
{
background-color: #32468C;
}
.BgClassName
{
background-color: #32468C;
}
</style>
border-color css
<style>
span { border-color: #32468C; }
span { border-color: rgb(50,70,140); }
td.TdClassName
{
border-color: #32468C;
}
.TagClassName
{
border-color: #32468C;
}
</style>