Shades of Tory Blue #33509B
Tints of Tory Blue #33509B
RGB
CMYK
RGB Variations
Color information
#33509B (or 0x33509B) is known color: Tory Blue. HEX triplet: 33, 50 and 9B. RGB value is (51,80,155). Sum of RGB (Red+Green+Blue) = 51+80+155=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #33509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33509B is #CCAF64. Grayscale: #4F4F4F. Windows color (decimal): -13414245 or 10178611. OLE color: 10178611.
HSL color Cylindrical-coordinate representation of color #33509B: hue angle of 223.27º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33509B is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 80 | 155 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.39 |
| HSL | 223.27º | 0.5% | 0.4% | - |
| HSV(B) | 223.27º | 0.67% | 0.61% | - |
| XYZ | 10.15 | 8.81 | 32.18 | - |
| YUV | 79.88 | 170.39 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 155 | 0.67 | 0.48 | 0 | 0.39 | 223.27 | 0.5 | 0.4 |
| Hex | 33 | 50 | 9B | 43 | 30 | 0 | 27 | DF | 32 | 28 |
| Octal | 63 | 120 | 233 | 103 | 60 | 0 | 47 | 337 | 62 | 50 |
| Binary | 110011 | 1010000 | 10011011 | 1000011 | 110000 | 0 | 100111 | 11011111 | 110010 | 101000 |
Color Harmonies of #33509B
Complementary color
Monochromatic Colors of #33509B
Black with #33509B
Text Example
Text Example
White with #33509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33509B; }
p { color: rgb(51,80,155); }
H1.HeaderClassName
{
color: #33509B;
}
.AnyTagClassName
{
color: #33509B;
}
</style>
background-color css
<style>
a { background-color: #33509B; }
a { background-color: rgb(51,80,155); }
div.DivClassName
{
background-color: #33509B;
}
.BgClassName
{
background-color: #33509B;
}
</style>
border-color css
<style>
span { border-color: #33509B; }
span { border-color: rgb(51,80,155); }
td.TdClassName
{
border-color: #33509B;
}
.TagClassName
{
border-color: #33509B;
}
</style>