Shades of Tory Blue #33518C
Tints of Tory Blue #33518C
RGB
CMYK
RGB Variations
Color information
#33518C (or 0x33518C) is known color: Tory Blue. HEX triplet: 33, 51 and 8C. RGB value is (51,81,140). Sum of RGB (Red+Green+Blue) = 51+81+140=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #33518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33518C is #CCAE73. Grayscale: #4E4E4E. Windows color (decimal): -13414004 or 9195827. OLE color: 9195827.
HSL color Cylindrical-coordinate representation of color #33518C: hue angle of 219.78º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33518C is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 81 | 140 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.45 |
| HSL | 219.78º | 0.47% | 0.37% | - |
| HSV(B) | 219.78º | 0.64% | 0.55% | - |
| XYZ | 9.04 | 8.48 | 25.97 | - |
| YUV | 78.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 140 | 0.64 | 0.42 | 0 | 0.45 | 219.78 | 0.47 | 0.37 |
| Hex | 33 | 51 | 8C | 40 | 2A | 0 | 2D | DC | 2F | 25 |
| Octal | 63 | 121 | 214 | 100 | 52 | 0 | 55 | 334 | 57 | 45 |
| Binary | 110011 | 1010001 | 10001100 | 1000000 | 101010 | 0 | 101101 | 11011100 | 101111 | 100101 |
Color Harmonies of #33518C
Complementary color
Monochromatic Colors of #33518C
Black with #33518C
Text Example
Text Example
White with #33518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33518C; }
p { color: rgb(51,81,140); }
H1.HeaderClassName
{
color: #33518C;
}
.AnyTagClassName
{
color: #33518C;
}
</style>
background-color css
<style>
a { background-color: #33518C; }
a { background-color: rgb(51,81,140); }
div.DivClassName
{
background-color: #33518C;
}
.BgClassName
{
background-color: #33518C;
}
</style>
border-color css
<style>
span { border-color: #33518C; }
span { border-color: rgb(51,81,140); }
td.TdClassName
{
border-color: #33518C;
}
.TagClassName
{
border-color: #33518C;
}
</style>