Shades of Tory Blue #32459B
Tints of Tory Blue #32459B
RGB
CMYK
RGB Variations
Color information
#32459B (or 0x32459B) is known color: Tory Blue. HEX triplet: 32, 45 and 9B. RGB value is (50,69,155). Sum of RGB (Red+Green+Blue) = 50+69+155=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #32459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32459B is #CDBA64. Grayscale: #484848. Windows color (decimal): -13482597 or 10175794. OLE color: 10175794.
HSL color Cylindrical-coordinate representation of color #32459B: hue angle of 229.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32459B is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 69 | 155 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.39 |
| HSL | 229.14º | 0.51% | 0.4% | - |
| HSV(B) | 229.14º | 0.68% | 0.61% | - |
| XYZ | 9.36 | 7.3 | 31.93 | - |
| YUV | 73.12 | 174.21 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 155 | 0.68 | 0.55 | 0 | 0.39 | 229.14 | 0.51 | 0.4 |
| Hex | 32 | 45 | 9B | 44 | 37 | 0 | 27 | E5 | 33 | 28 |
| Octal | 62 | 105 | 233 | 104 | 67 | 0 | 47 | 345 | 63 | 50 |
| Binary | 110010 | 1000101 | 10011011 | 1000100 | 110111 | 0 | 100111 | 11100101 | 110011 | 101000 |
Color Harmonies of #32459B
Complementary color
Monochromatic Colors of #32459B
Black with #32459B
Text Example
Text Example
White with #32459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32459B; }
p { color: rgb(50,69,155); }
H1.HeaderClassName
{
color: #32459B;
}
.AnyTagClassName
{
color: #32459B;
}
</style>
background-color css
<style>
a { background-color: #32459B; }
a { background-color: rgb(50,69,155); }
div.DivClassName
{
background-color: #32459B;
}
.BgClassName
{
background-color: #32459B;
}
</style>
border-color css
<style>
span { border-color: #32459B; }
span { border-color: rgb(50,69,155); }
td.TdClassName
{
border-color: #32459B;
}
.TagClassName
{
border-color: #32459B;
}
</style>