Shades of Tory Blue #333D9F
Tints of Tory Blue #333D9F
RGB
CMYK
RGB Variations
Color information
#333D9F (or 0x333D9F) is known color: Tory Blue. HEX triplet: 33, 3D and 9F. RGB value is (51,61,159). Sum of RGB (Red+Green+Blue) = 51+61+159=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #333D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333D9F is #CCC260. Grayscale: #444444. Windows color (decimal): -13419105 or 10435891. OLE color: 10435891.
HSL color Cylindrical-coordinate representation of color #333D9F: hue angle of 234.44º 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 #333D9F is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 61 | 159 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.38 |
| HSL | 234.44º | 0.51% | 0.41% | - |
| HSV(B) | 234.44º | 0.68% | 0.62% | - |
| XYZ | 9.29 | 6.54 | 33.57 | - |
| YUV | 69.18 | 178.69 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 159 | 0.68 | 0.62 | 0 | 0.38 | 234.44 | 0.51 | 0.41 |
| Hex | 33 | 3D | 9F | 44 | 3E | 0 | 26 | EA | 33 | 29 |
| Octal | 63 | 75 | 237 | 104 | 76 | 0 | 46 | 352 | 63 | 51 |
| Binary | 110011 | 111101 | 10011111 | 1000100 | 111110 | 0 | 100110 | 11101010 | 110011 | 101001 |
Color Harmonies of #333D9F
Complementary color
Monochromatic Colors of #333D9F
Black with #333D9F
Text Example
Text Example
White with #333D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D9F; }
p { color: rgb(51,61,159); }
H1.HeaderClassName
{
color: #333D9F;
}
.AnyTagClassName
{
color: #333D9F;
}
</style>
background-color css
<style>
a { background-color: #333D9F; }
a { background-color: rgb(51,61,159); }
div.DivClassName
{
background-color: #333D9F;
}
.BgClassName
{
background-color: #333D9F;
}
</style>
border-color css
<style>
span { border-color: #333D9F; }
span { border-color: rgb(51,61,159); }
td.TdClassName
{
border-color: #333D9F;
}
.TagClassName
{
border-color: #333D9F;
}
</style>