Shades of Tory Blue #33489C
Tints of Tory Blue #33489C
RGB
CMYK
RGB Variations
Color information
#33489C (or 0x33489C) is known color: Tory Blue. HEX triplet: 33, 48 and 9C. RGB value is (51,72,156). Sum of RGB (Red+Green+Blue) = 51+72+156=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #33489C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33489C is #CCB763. Grayscale: #4A4A4A. Windows color (decimal): -13416292 or 10242099. OLE color: 10242099.
HSL color Cylindrical-coordinate representation of color #33489C: hue angle of 228º 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 #33489C is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 72 | 156 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.39 |
| HSL | 228º | 0.51% | 0.41% | - |
| HSV(B) | 228º | 0.67% | 0.61% | - |
| XYZ | 9.68 | 7.74 | 32.44 | - |
| YUV | 75.3 | 173.54 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 156 | 0.67 | 0.54 | 0 | 0.39 | 228 | 0.51 | 0.41 |
| Hex | 33 | 48 | 9C | 43 | 36 | 0 | 27 | E4 | 33 | 29 |
| Octal | 63 | 110 | 234 | 103 | 66 | 0 | 47 | 344 | 63 | 51 |
| Binary | 110011 | 1001000 | 10011100 | 1000011 | 110110 | 0 | 100111 | 11100100 | 110011 | 101001 |
Color Harmonies of #33489C
Complementary color
Monochromatic Colors of #33489C
Black with #33489C
Text Example
Text Example
White with #33489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33489C; }
p { color: rgb(51,72,156); }
H1.HeaderClassName
{
color: #33489C;
}
.AnyTagClassName
{
color: #33489C;
}
</style>
background-color css
<style>
a { background-color: #33489C; }
a { background-color: rgb(51,72,156); }
div.DivClassName
{
background-color: #33489C;
}
.BgClassName
{
background-color: #33489C;
}
</style>
border-color css
<style>
span { border-color: #33489C; }
span { border-color: rgb(51,72,156); }
td.TdClassName
{
border-color: #33489C;
}
.TagClassName
{
border-color: #33489C;
}
</style>