Shades of Tory Blue #33499C
Tints of Tory Blue #33499C
RGB
CMYK
RGB Variations
Color information
#33499C (or 0x33499C) is known color: Tory Blue. HEX triplet: 33, 49 and 9C. RGB value is (51,73,156). Sum of RGB (Red+Green+Blue) = 51+73+156=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #33499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33499C is #CCB663. Grayscale: #4B4B4B. Windows color (decimal): -13416036 or 10242355. OLE color: 10242355.
HSL color Cylindrical-coordinate representation of color #33499C: hue angle of 227.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33499C is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 73 | 156 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.39 |
| HSL | 227.43º | 0.51% | 0.41% | - |
| HSV(B) | 227.43º | 0.67% | 0.61% | - |
| XYZ | 9.75 | 7.87 | 32.46 | - |
| YUV | 75.88 | 173.21 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 156 | 0.67 | 0.53 | 0 | 0.39 | 227.43 | 0.51 | 0.41 |
| Hex | 33 | 49 | 9C | 43 | 35 | 0 | 27 | E3 | 33 | 29 |
| Octal | 63 | 111 | 234 | 103 | 65 | 0 | 47 | 343 | 63 | 51 |
| Binary | 110011 | 1001001 | 10011100 | 1000011 | 110101 | 0 | 100111 | 11100011 | 110011 | 101001 |
Color Harmonies of #33499C
Complementary color
Monochromatic Colors of #33499C
Black with #33499C
Text Example
Text Example
White with #33499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33499C; }
p { color: rgb(51,73,156); }
H1.HeaderClassName
{
color: #33499C;
}
.AnyTagClassName
{
color: #33499C;
}
</style>
background-color css
<style>
a { background-color: #33499C; }
a { background-color: rgb(51,73,156); }
div.DivClassName
{
background-color: #33499C;
}
.BgClassName
{
background-color: #33499C;
}
</style>
border-color css
<style>
span { border-color: #33499C; }
span { border-color: rgb(51,73,156); }
td.TdClassName
{
border-color: #33499C;
}
.TagClassName
{
border-color: #33499C;
}
</style>