Shades of Tory Blue #33529D
Tints of Tory Blue #33529D
RGB
CMYK
RGB Variations
Color information
#33529D (or 0x33529D) is known color: Tory Blue. HEX triplet: 33, 52 and 9D. RGB value is (51,82,157). Sum of RGB (Red+Green+Blue) = 51+82+157=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #33529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33529D is #CCAD62. Grayscale: #505050. Windows color (decimal): -13413731 or 10310195. OLE color: 10310195.
HSL color Cylindrical-coordinate representation of color #33529D: hue angle of 222.45º degrees, saturation: 0.51, 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 #33529D is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 82 | 157 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.38 |
| HSL | 222.45º | 0.51% | 0.41% | - |
| HSV(B) | 222.45º | 0.68% | 0.62% | - |
| XYZ | 10.47 | 9.17 | 33.12 | - |
| YUV | 81.28 | 170.73 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 157 | 0.68 | 0.48 | 0 | 0.38 | 222.45 | 0.51 | 0.41 |
| Hex | 33 | 52 | 9D | 44 | 30 | 0 | 26 | DE | 33 | 29 |
| Octal | 63 | 122 | 235 | 104 | 60 | 0 | 46 | 336 | 63 | 51 |
| Binary | 110011 | 1010010 | 10011101 | 1000100 | 110000 | 0 | 100110 | 11011110 | 110011 | 101001 |
Color Harmonies of #33529D
Complementary color
Monochromatic Colors of #33529D
Black with #33529D
Text Example
Text Example
White with #33529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33529D; }
p { color: rgb(51,82,157); }
H1.HeaderClassName
{
color: #33529D;
}
.AnyTagClassName
{
color: #33529D;
}
</style>
background-color css
<style>
a { background-color: #33529D; }
a { background-color: rgb(51,82,157); }
div.DivClassName
{
background-color: #33529D;
}
.BgClassName
{
background-color: #33529D;
}
</style>
border-color css
<style>
span { border-color: #33529D; }
span { border-color: rgb(51,82,157); }
td.TdClassName
{
border-color: #33529D;
}
.TagClassName
{
border-color: #33529D;
}
</style>