Shades of Tory Blue #33489A
Tints of Tory Blue #33489A
RGB
CMYK
RGB Variations
Color information
#33489A (or 0x33489A) is known color: Tory Blue. HEX triplet: 33, 48 and 9A. RGB value is (51,72,154). Sum of RGB (Red+Green+Blue) = 51+72+154=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 154 (60.55% from 255 or 55.60% from 277); Max value from RGB is 154 - color contains mainly: blue. Hex color #33489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33489A is #CCB765. Grayscale: #4A4A4A. Windows color (decimal): -13416294 or 10111027. OLE color: 10111027.
HSL color Cylindrical-coordinate representation of color #33489A: hue angle of 227.77º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33489A is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 72 | 154 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.40 |
| HSL | 227.77º | 0.5% | 0.4% | - |
| HSV(B) | 227.77º | 0.67% | 0.6% | - |
| XYZ | 9.52 | 7.67 | 31.55 | - |
| YUV | 75.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 154 | 0.67 | 0.53 | 0 | 0.40 | 227.77 | 0.5 | 0.4 |
| Hex | 33 | 48 | 9A | 43 | 35 | 0 | 28 | E4 | 32 | 28 |
| Octal | 63 | 110 | 232 | 103 | 65 | 0 | 50 | 344 | 62 | 50 |
| Binary | 110011 | 1001000 | 10011010 | 1000011 | 110101 | 0 | 101000 | 11100100 | 110010 | 101000 |
Color Harmonies of #33489A
Complementary color
Monochromatic Colors of #33489A
Black with #33489A
Text Example
Text Example
White with #33489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33489A; }
p { color: rgb(51,72,154); }
H1.HeaderClassName
{
color: #33489A;
}
.AnyTagClassName
{
color: #33489A;
}
</style>
background-color css
<style>
a { background-color: #33489A; }
a { background-color: rgb(51,72,154); }
div.DivClassName
{
background-color: #33489A;
}
.BgClassName
{
background-color: #33489A;
}
</style>
border-color css
<style>
span { border-color: #33489A; }
span { border-color: rgb(51,72,154); }
td.TdClassName
{
border-color: #33489A;
}
.TagClassName
{
border-color: #33489A;
}
</style>