Shades of Tory Blue #32428A
Tints of Tory Blue #32428A
RGB
CMYK
RGB Variations
Color information
#32428A (or 0x32428A) is known color: Tory Blue. HEX triplet: 32, 42 and 8A. RGB value is (50,66,138). Sum of RGB (Red+Green+Blue) = 50+66+138=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #32428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32428A is #CDBD75. Grayscale: #454545. Windows color (decimal): -13483382 or 9060914. OLE color: 9060914.
HSL color Cylindrical-coordinate representation of color #32428A: hue angle of 229.09º 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 #32428A is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 66 | 138 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.46 |
| HSL | 229.09º | 0.47% | 0.37% | - |
| HSV(B) | 229.09º | 0.64% | 0.54% | - |
| XYZ | 7.85 | 6.41 | 24.87 | - |
| YUV | 69.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 138 | 0.64 | 0.52 | 0 | 0.46 | 229.09 | 0.47 | 0.37 |
| Hex | 32 | 42 | 8A | 40 | 34 | 0 | 2E | E5 | 2F | 25 |
| Octal | 62 | 102 | 212 | 100 | 64 | 0 | 56 | 345 | 57 | 45 |
| Binary | 110010 | 1000010 | 10001010 | 1000000 | 110100 | 0 | 101110 | 11100101 | 101111 | 100101 |
Color Harmonies of #32428A
Complementary color
Monochromatic Colors of #32428A
Black with #32428A
Text Example
Text Example
White with #32428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32428A; }
p { color: rgb(50,66,138); }
H1.HeaderClassName
{
color: #32428A;
}
.AnyTagClassName
{
color: #32428A;
}
</style>
background-color css
<style>
a { background-color: #32428A; }
a { background-color: rgb(50,66,138); }
div.DivClassName
{
background-color: #32428A;
}
.BgClassName
{
background-color: #32428A;
}
</style>
border-color css
<style>
span { border-color: #32428A; }
span { border-color: rgb(50,66,138); }
td.TdClassName
{
border-color: #32428A;
}
.TagClassName
{
border-color: #32428A;
}
</style>