Shades of Tory Blue #33409D
Tints of Tory Blue #33409D
RGB
CMYK
RGB Variations
Color information
#33409D (or 0x33409D) is known color: Tory Blue. HEX triplet: 33, 40 and 9D. RGB value is (51,64,157). Sum of RGB (Red+Green+Blue) = 51+64+157=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #33409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33409D is #CCBF62. Grayscale: #464646. Windows color (decimal): -13418339 or 10305587. OLE color: 10305587.
HSL color Cylindrical-coordinate representation of color #33409D: hue angle of 232.64º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33409D is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 64 | 157 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.38 |
| HSL | 232.64º | 0.51% | 0.41% | - |
| HSV(B) | 232.64º | 0.68% | 0.62% | - |
| XYZ | 9.28 | 6.8 | 32.72 | - |
| YUV | 70.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 157 | 0.68 | 0.59 | 0 | 0.38 | 232.64 | 0.51 | 0.41 |
| Hex | 33 | 40 | 9D | 44 | 3B | 0 | 26 | E9 | 33 | 29 |
| Octal | 63 | 100 | 235 | 104 | 73 | 0 | 46 | 351 | 63 | 51 |
| Binary | 110011 | 1000000 | 10011101 | 1000100 | 111011 | 0 | 100110 | 11101001 | 110011 | 101001 |
Color Harmonies of #33409D
Complementary color
Monochromatic Colors of #33409D
Black with #33409D
Text Example
Text Example
White with #33409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33409D; }
p { color: rgb(51,64,157); }
H1.HeaderClassName
{
color: #33409D;
}
.AnyTagClassName
{
color: #33409D;
}
</style>
background-color css
<style>
a { background-color: #33409D; }
a { background-color: rgb(51,64,157); }
div.DivClassName
{
background-color: #33409D;
}
.BgClassName
{
background-color: #33409D;
}
</style>
border-color css
<style>
span { border-color: #33409D; }
span { border-color: rgb(51,64,157); }
td.TdClassName
{
border-color: #33409D;
}
.TagClassName
{
border-color: #33409D;
}
</style>