Shades of Tory Blue #33428D
Tints of Tory Blue #33428D
RGB
CMYK
RGB Variations
Color information
#33428D (or 0x33428D) is known color: Tory Blue. HEX triplet: 33, 42 and 8D. RGB value is (51,66,141). Sum of RGB (Red+Green+Blue) = 51+66+141=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #33428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33428D is #CCBD72. Grayscale: #454545. Windows color (decimal): -13417843 or 9257523. OLE color: 9257523.
HSL color Cylindrical-coordinate representation of color #33428D: hue angle of 230º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33428D is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 66 | 141 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.45 |
| HSL | 230º | 0.47% | 0.38% | - |
| HSV(B) | 230º | 0.64% | 0.55% | - |
| XYZ | 8.12 | 6.52 | 26.03 | - |
| YUV | 70.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 141 | 0.64 | 0.53 | 0 | 0.45 | 230 | 0.47 | 0.38 |
| Hex | 33 | 42 | 8D | 40 | 35 | 0 | 2D | E6 | 2F | 26 |
| Octal | 63 | 102 | 215 | 100 | 65 | 0 | 55 | 346 | 57 | 46 |
| Binary | 110011 | 1000010 | 10001101 | 1000000 | 110101 | 0 | 101101 | 11100110 | 101111 | 100110 |
Color Harmonies of #33428D
Complementary color
Monochromatic Colors of #33428D
Black with #33428D
Text Example
Text Example
White with #33428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33428D; }
p { color: rgb(51,66,141); }
H1.HeaderClassName
{
color: #33428D;
}
.AnyTagClassName
{
color: #33428D;
}
</style>
background-color css
<style>
a { background-color: #33428D; }
a { background-color: rgb(51,66,141); }
div.DivClassName
{
background-color: #33428D;
}
.BgClassName
{
background-color: #33428D;
}
</style>
border-color css
<style>
span { border-color: #33428D; }
span { border-color: rgb(51,66,141); }
td.TdClassName
{
border-color: #33428D;
}
.TagClassName
{
border-color: #33428D;
}
</style>