Shades of Tory Blue #32418C
Tints of Tory Blue #32418C
RGB
CMYK
RGB Variations
Color information
#32418C (or 0x32418C) is known color: Tory Blue. HEX triplet: 32, 41 and 8C. RGB value is (50,65,140). Sum of RGB (Red+Green+Blue) = 50+65+140=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #32418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32418C is #CDBE73. Grayscale: #444444. Windows color (decimal): -13483636 or 9191730. OLE color: 9191730.
HSL color Cylindrical-coordinate representation of color #32418C: hue angle of 230º 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 #32418C is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 65 | 140 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.45 |
| HSL | 230º | 0.47% | 0.37% | - |
| HSV(B) | 230º | 0.64% | 0.55% | - |
| XYZ | 7.94 | 6.35 | 25.62 | - |
| YUV | 69.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 140 | 0.64 | 0.54 | 0 | 0.45 | 230 | 0.47 | 0.37 |
| Hex | 32 | 41 | 8C | 40 | 36 | 0 | 2D | E6 | 2F | 25 |
| Octal | 62 | 101 | 214 | 100 | 66 | 0 | 55 | 346 | 57 | 45 |
| Binary | 110010 | 1000001 | 10001100 | 1000000 | 110110 | 0 | 101101 | 11100110 | 101111 | 100101 |
Color Harmonies of #32418C
Complementary color
Monochromatic Colors of #32418C
Black with #32418C
Text Example
Text Example
White with #32418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32418C; }
p { color: rgb(50,65,140); }
H1.HeaderClassName
{
color: #32418C;
}
.AnyTagClassName
{
color: #32418C;
}
</style>
background-color css
<style>
a { background-color: #32418C; }
a { background-color: rgb(50,65,140); }
div.DivClassName
{
background-color: #32418C;
}
.BgClassName
{
background-color: #32418C;
}
</style>
border-color css
<style>
span { border-color: #32418C; }
span { border-color: rgb(50,65,140); }
td.TdClassName
{
border-color: #32418C;
}
.TagClassName
{
border-color: #32418C;
}
</style>