Shades of Tory Blue #32459F
Tints of Tory Blue #32459F
RGB
CMYK
RGB Variations
Color information
#32459F (or 0x32459F) is known color: Tory Blue. HEX triplet: 32, 45 and 9F. RGB value is (50,69,159). Sum of RGB (Red+Green+Blue) = 50+69+159=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #32459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32459F is #CDBA60. Grayscale: #494949. Windows color (decimal): -13482593 or 10437938. OLE color: 10437938.
HSL color Cylindrical-coordinate representation of color #32459F: hue angle of 229.54º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32459F is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 69 | 159 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.38 |
| HSL | 229.54º | 0.52% | 0.41% | - |
| HSV(B) | 229.54º | 0.69% | 0.62% | - |
| XYZ | 9.7 | 7.44 | 33.73 | - |
| YUV | 73.58 | 176.21 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 159 | 0.69 | 0.57 | 0 | 0.38 | 229.54 | 0.52 | 0.41 |
| Hex | 32 | 45 | 9F | 45 | 39 | 0 | 26 | E6 | 34 | 29 |
| Octal | 62 | 105 | 237 | 105 | 71 | 0 | 46 | 346 | 64 | 51 |
| Binary | 110010 | 1000101 | 10011111 | 1000101 | 111001 | 0 | 100110 | 11100110 | 110100 | 101001 |
Color Harmonies of #32459F
Complementary color
Monochromatic Colors of #32459F
Black with #32459F
Text Example
Text Example
White with #32459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32459F; }
p { color: rgb(50,69,159); }
H1.HeaderClassName
{
color: #32459F;
}
.AnyTagClassName
{
color: #32459F;
}
</style>
background-color css
<style>
a { background-color: #32459F; }
a { background-color: rgb(50,69,159); }
div.DivClassName
{
background-color: #32459F;
}
.BgClassName
{
background-color: #32459F;
}
</style>
border-color css
<style>
span { border-color: #32459F; }
span { border-color: rgb(50,69,159); }
td.TdClassName
{
border-color: #32459F;
}
.TagClassName
{
border-color: #32459F;
}
</style>