Shades of Tory Blue #33529B
Tints of Tory Blue #33529B
RGB
CMYK
RGB Variations
Color information
#33529B (or 0x33529B) is known color: Tory Blue. HEX triplet: 33, 52 and 9B. RGB value is (51,82,155). Sum of RGB (Red+Green+Blue) = 51+82+155=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #33529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33529B is #CCAD64. Grayscale: #505050. Windows color (decimal): -13413733 or 10179123. OLE color: 10179123.
HSL color Cylindrical-coordinate representation of color #33529B: hue angle of 222.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33529B is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 82 | 155 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.39 |
| HSL | 222.12º | 0.5% | 0.4% | - |
| HSV(B) | 222.12º | 0.67% | 0.61% | - |
| XYZ | 10.3 | 9.1 | 32.22 | - |
| YUV | 81.05 | 169.73 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 155 | 0.67 | 0.47 | 0 | 0.39 | 222.12 | 0.5 | 0.4 |
| Hex | 33 | 52 | 9B | 43 | 2F | 0 | 27 | DE | 32 | 28 |
| Octal | 63 | 122 | 233 | 103 | 57 | 0 | 47 | 336 | 62 | 50 |
| Binary | 110011 | 1010010 | 10011011 | 1000011 | 101111 | 0 | 100111 | 11011110 | 110010 | 101000 |
Color Harmonies of #33529B
Complementary color
Monochromatic Colors of #33529B
Black with #33529B
Text Example
Text Example
White with #33529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33529B; }
p { color: rgb(51,82,155); }
H1.HeaderClassName
{
color: #33529B;
}
.AnyTagClassName
{
color: #33529B;
}
</style>
background-color css
<style>
a { background-color: #33529B; }
a { background-color: rgb(51,82,155); }
div.DivClassName
{
background-color: #33529B;
}
.BgClassName
{
background-color: #33529B;
}
</style>
border-color css
<style>
span { border-color: #33529B; }
span { border-color: rgb(51,82,155); }
td.TdClassName
{
border-color: #33529B;
}
.TagClassName
{
border-color: #33529B;
}
</style>