Shades of Tory Blue #333F8D
Tints of Tory Blue #333F8D
RGB
CMYK
RGB Variations
Color information
#333F8D (or 0x333F8D) is known color: Tory Blue. HEX triplet: 33, 3F and 8D. RGB value is (51,63,141). Sum of RGB (Red+Green+Blue) = 51+63+141=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #333F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F8D is #CCC072. Grayscale: #434343. Windows color (decimal): -13418611 or 9256755. OLE color: 9256755.
HSL color Cylindrical-coordinate representation of color #333F8D: hue angle of 232º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #333F8D is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 63 | 141 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.45 |
| HSL | 232º | 0.47% | 0.38% | - |
| HSV(B) | 232º | 0.64% | 0.55% | - |
| XYZ | 7.95 | 6.18 | 25.97 | - |
| YUV | 68.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 141 | 0.64 | 0.55 | 0 | 0.45 | 232 | 0.47 | 0.38 |
| Hex | 33 | 3F | 8D | 40 | 37 | 0 | 2D | E8 | 2F | 26 |
| Octal | 63 | 77 | 215 | 100 | 67 | 0 | 55 | 350 | 57 | 46 |
| Binary | 110011 | 111111 | 10001101 | 1000000 | 110111 | 0 | 101101 | 11101000 | 101111 | 100110 |
Color Harmonies of #333F8D
Complementary color
Monochromatic Colors of #333F8D
Black with #333F8D
Text Example
Text Example
White with #333F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F8D; }
p { color: rgb(51,63,141); }
H1.HeaderClassName
{
color: #333F8D;
}
.AnyTagClassName
{
color: #333F8D;
}
</style>
background-color css
<style>
a { background-color: #333F8D; }
a { background-color: rgb(51,63,141); }
div.DivClassName
{
background-color: #333F8D;
}
.BgClassName
{
background-color: #333F8D;
}
</style>
border-color css
<style>
span { border-color: #333F8D; }
span { border-color: rgb(51,63,141); }
td.TdClassName
{
border-color: #333F8D;
}
.TagClassName
{
border-color: #333F8D;
}
</style>