Shades of Tory Blue #33508B
Tints of Tory Blue #33508B
RGB
CMYK
RGB Variations
Color information
#33508B (or 0x33508B) is known color: Tory Blue. HEX triplet: 33, 50 and 8B. RGB value is (51,80,139). Sum of RGB (Red+Green+Blue) = 51+80+139=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #33508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33508B is #CCAF74. Grayscale: #4D4D4D. Windows color (decimal): -13414261 or 9130035. OLE color: 9130035.
HSL color Cylindrical-coordinate representation of color #33508B: hue angle of 220.23º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33508B is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 80 | 139 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.45 |
| HSL | 220.23º | 0.46% | 0.37% | - |
| HSV(B) | 220.23º | 0.63% | 0.55% | - |
| XYZ | 8.89 | 8.31 | 25.56 | - |
| YUV | 78.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 139 | 0.63 | 0.42 | 0 | 0.45 | 220.23 | 0.46 | 0.37 |
| Hex | 33 | 50 | 8B | 3F | 2A | 0 | 2D | DC | 2E | 25 |
| Octal | 63 | 120 | 213 | 77 | 52 | 0 | 55 | 334 | 56 | 45 |
| Binary | 110011 | 1010000 | 10001011 | 111111 | 101010 | 0 | 101101 | 11011100 | 101110 | 100101 |
Color Harmonies of #33508B
Complementary color
Monochromatic Colors of #33508B
Black with #33508B
Text Example
Text Example
White with #33508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33508B; }
p { color: rgb(51,80,139); }
H1.HeaderClassName
{
color: #33508B;
}
.AnyTagClassName
{
color: #33508B;
}
</style>
background-color css
<style>
a { background-color: #33508B; }
a { background-color: rgb(51,80,139); }
div.DivClassName
{
background-color: #33508B;
}
.BgClassName
{
background-color: #33508B;
}
</style>
border-color css
<style>
span { border-color: #33508B; }
span { border-color: rgb(51,80,139); }
td.TdClassName
{
border-color: #33508B;
}
.TagClassName
{
border-color: #33508B;
}
</style>