Shades of Tory Blue #32439D
Tints of Tory Blue #32439D
RGB
CMYK
RGB Variations
Color information
#32439D (or 0x32439D) is known color: Tory Blue. HEX triplet: 32, 43 and 9D. RGB value is (50,67,157). Sum of RGB (Red+Green+Blue) = 50+67+157=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #32439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32439D is #CDBC62. Grayscale: #474747. Windows color (decimal): -13483107 or 10306354. OLE color: 10306354.
HSL color Cylindrical-coordinate representation of color #32439D: hue angle of 230.47º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32439D is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 67 | 157 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.38 |
| HSL | 230.47º | 0.52% | 0.41% | - |
| HSV(B) | 230.47º | 0.68% | 0.62% | - |
| XYZ | 9.41 | 7.13 | 32.78 | - |
| YUV | 72.18 | 175.87 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 157 | 0.68 | 0.57 | 0 | 0.38 | 230.47 | 0.52 | 0.41 |
| Hex | 32 | 43 | 9D | 44 | 39 | 0 | 26 | E6 | 34 | 29 |
| Octal | 62 | 103 | 235 | 104 | 71 | 0 | 46 | 346 | 64 | 51 |
| Binary | 110010 | 1000011 | 10011101 | 1000100 | 111001 | 0 | 100110 | 11100110 | 110100 | 101001 |
Color Harmonies of #32439D
Complementary color
Monochromatic Colors of #32439D
Black with #32439D
Text Example
Text Example
White with #32439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32439D; }
p { color: rgb(50,67,157); }
H1.HeaderClassName
{
color: #32439D;
}
.AnyTagClassName
{
color: #32439D;
}
</style>
background-color css
<style>
a { background-color: #32439D; }
a { background-color: rgb(50,67,157); }
div.DivClassName
{
background-color: #32439D;
}
.BgClassName
{
background-color: #32439D;
}
</style>
border-color css
<style>
span { border-color: #32439D; }
span { border-color: rgb(50,67,157); }
td.TdClassName
{
border-color: #32439D;
}
.TagClassName
{
border-color: #32439D;
}
</style>