Shades of Tory Blue #33499B
Tints of Tory Blue #33499B
RGB
CMYK
RGB Variations
Color information
#33499B (or 0x33499B) is known color: Tory Blue. HEX triplet: 33, 49 and 9B. RGB value is (51,73,155). Sum of RGB (Red+Green+Blue) = 51+73+155=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #33499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33499B is #CCB664. Grayscale: #4B4B4B. Windows color (decimal): -13416037 or 10176819. OLE color: 10176819.
HSL color Cylindrical-coordinate representation of color #33499B: hue angle of 227.31º 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 #33499B is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 73 | 155 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.39 |
| HSL | 227.31º | 0.5% | 0.4% | - |
| HSV(B) | 227.31º | 0.67% | 0.61% | - |
| XYZ | 9.66 | 7.84 | 32.01 | - |
| YUV | 75.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 155 | 0.67 | 0.53 | 0 | 0.39 | 227.31 | 0.5 | 0.4 |
| Hex | 33 | 49 | 9B | 43 | 35 | 0 | 27 | E3 | 32 | 28 |
| Octal | 63 | 111 | 233 | 103 | 65 | 0 | 47 | 343 | 62 | 50 |
| Binary | 110011 | 1001001 | 10011011 | 1000011 | 110101 | 0 | 100111 | 11100011 | 110010 | 101000 |
Color Harmonies of #33499B
Complementary color
Monochromatic Colors of #33499B
Black with #33499B
Text Example
Text Example
White with #33499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33499B; }
p { color: rgb(51,73,155); }
H1.HeaderClassName
{
color: #33499B;
}
.AnyTagClassName
{
color: #33499B;
}
</style>
background-color css
<style>
a { background-color: #33499B; }
a { background-color: rgb(51,73,155); }
div.DivClassName
{
background-color: #33499B;
}
.BgClassName
{
background-color: #33499B;
}
</style>
border-color css
<style>
span { border-color: #33499B; }
span { border-color: rgb(51,73,155); }
td.TdClassName
{
border-color: #33499B;
}
.TagClassName
{
border-color: #33499B;
}
</style>