Shades of Tory Blue #32448A
Tints of Tory Blue #32448A
RGB
CMYK
RGB Variations
Color information
#32448A (or 0x32448A) is known color: Tory Blue. HEX triplet: 32, 44 and 8A. RGB value is (50,68,138). Sum of RGB (Red+Green+Blue) = 50+68+138=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #32448A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32448A is #CDBB75. Grayscale: #464646. Windows color (decimal): -13482870 or 9061426. OLE color: 9061426.
HSL color Cylindrical-coordinate representation of color #32448A: hue angle of 227.73º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32448A is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 68 | 138 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.46 |
| HSL | 227.73º | 0.47% | 0.37% | - |
| HSV(B) | 227.73º | 0.64% | 0.54% | - |
| XYZ | 7.97 | 6.65 | 24.91 | - |
| YUV | 70.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 138 | 0.64 | 0.51 | 0 | 0.46 | 227.73 | 0.47 | 0.37 |
| Hex | 32 | 44 | 8A | 40 | 33 | 0 | 2E | E4 | 2F | 25 |
| Octal | 62 | 104 | 212 | 100 | 63 | 0 | 56 | 344 | 57 | 45 |
| Binary | 110010 | 1000100 | 10001010 | 1000000 | 110011 | 0 | 101110 | 11100100 | 101111 | 100101 |
Color Harmonies of #32448A
Complementary color
Monochromatic Colors of #32448A
Black with #32448A
Text Example
Text Example
White with #32448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32448A; }
p { color: rgb(50,68,138); }
H1.HeaderClassName
{
color: #32448A;
}
.AnyTagClassName
{
color: #32448A;
}
</style>
background-color css
<style>
a { background-color: #32448A; }
a { background-color: rgb(50,68,138); }
div.DivClassName
{
background-color: #32448A;
}
.BgClassName
{
background-color: #32448A;
}
</style>
border-color css
<style>
span { border-color: #32448A; }
span { border-color: rgb(50,68,138); }
td.TdClassName
{
border-color: #32448A;
}
.TagClassName
{
border-color: #32448A;
}
</style>