Shades of Tory Blue #33477E
Tints of Tory Blue #33477E
RGB
CMYK
RGB Variations
Color information
#33477E (or 0x33477E) is known color: Tory Blue. HEX triplet: 33, 47 and 7E. RGB value is (51,71,126). Sum of RGB (Red+Green+Blue) = 51+71+126=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 126 (49.61% from 255 or 50.81% from 248); Max value from RGB is 126 - color contains mainly: blue. Hex color #33477E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33477E is #CCB881. Grayscale: #474747. Windows color (decimal): -13416578 or 8275763. OLE color: 8275763.
HSL color Cylindrical-coordinate representation of color #33477E: hue angle of 224º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33477E is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 71 | 126 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.51 |
| HSL | 224º | 0.42% | 0.35% | - |
| HSV(B) | 224º | 0.6% | 0.49% | - |
| XYZ | 7.38 | 6.72 | 20.65 | - |
| YUV | 71.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 126 | 0.60 | 0.44 | 0 | 0.51 | 224 | 0.42 | 0.35 |
| Hex | 33 | 47 | 7E | 3C | 2C | 0 | 33 | E0 | 2A | 23 |
| Octal | 63 | 107 | 176 | 74 | 54 | 0 | 63 | 340 | 52 | 43 |
| Binary | 110011 | 1000111 | 1111110 | 111100 | 101100 | 0 | 110011 | 11100000 | 101010 | 100011 |
Color Harmonies of #33477E
Complementary color
Monochromatic Colors of #33477E
Black with #33477E
Text Example
Text Example
White with #33477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33477E; }
p { color: rgb(51,71,126); }
H1.HeaderClassName
{
color: #33477E;
}
.AnyTagClassName
{
color: #33477E;
}
</style>
background-color css
<style>
a { background-color: #33477E; }
a { background-color: rgb(51,71,126); }
div.DivClassName
{
background-color: #33477E;
}
.BgClassName
{
background-color: #33477E;
}
</style>
border-color css
<style>
span { border-color: #33477E; }
span { border-color: rgb(51,71,126); }
td.TdClassName
{
border-color: #33477E;
}
.TagClassName
{
border-color: #33477E;
}
</style>