Shades of Tory Blue #33539A
Tints of Tory Blue #33539A
RGB
CMYK
RGB Variations
Color information
#33539A (or 0x33539A) is known color: Tory Blue. HEX triplet: 33, 53 and 9A. RGB value is (51,83,154). Sum of RGB (Red+Green+Blue) = 51+83+154=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #33539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33539A is #CCAC65. Grayscale: #515151. Windows color (decimal): -13413478 or 10113843. OLE color: 10113843.
HSL color Cylindrical-coordinate representation of color #33539A: hue angle of 221.36º 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 #33539A is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 83 | 154 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.40 |
| HSL | 221.36º | 0.5% | 0.4% | - |
| HSV(B) | 221.36º | 0.67% | 0.6% | - |
| XYZ | 10.29 | 9.22 | 31.81 | - |
| YUV | 81.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 154 | 0.67 | 0.46 | 0 | 0.40 | 221.36 | 0.5 | 0.4 |
| Hex | 33 | 53 | 9A | 43 | 2E | 0 | 28 | DD | 32 | 28 |
| Octal | 63 | 123 | 232 | 103 | 56 | 0 | 50 | 335 | 62 | 50 |
| Binary | 110011 | 1010011 | 10011010 | 1000011 | 101110 | 0 | 101000 | 11011101 | 110010 | 101000 |
Color Harmonies of #33539A
Complementary color
Monochromatic Colors of #33539A
Black with #33539A
Text Example
Text Example
White with #33539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33539A; }
p { color: rgb(51,83,154); }
H1.HeaderClassName
{
color: #33539A;
}
.AnyTagClassName
{
color: #33539A;
}
</style>
background-color css
<style>
a { background-color: #33539A; }
a { background-color: rgb(51,83,154); }
div.DivClassName
{
background-color: #33539A;
}
.BgClassName
{
background-color: #33539A;
}
</style>
border-color css
<style>
span { border-color: #33539A; }
span { border-color: rgb(51,83,154); }
td.TdClassName
{
border-color: #33539A;
}
.TagClassName
{
border-color: #33539A;
}
</style>