Shades of Tory Blue #333F92
Tints of Tory Blue #333F92
RGB
CMYK
RGB Variations
Color information
#333F92 (or 0x333F92) is known color: Tory Blue. HEX triplet: 33, 3F and 92. RGB value is (51,63,146). Sum of RGB (Red+Green+Blue) = 51+63+146=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #333F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F92 is #CCC06D. Grayscale: #444444. Windows color (decimal): -13418606 or 9584435. OLE color: 9584435.
HSL color Cylindrical-coordinate representation of color #333F92: hue angle of 232.42º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333F92 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 63 | 146 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.43 |
| HSL | 232.42º | 0.48% | 0.39% | - |
| HSV(B) | 232.42º | 0.65% | 0.57% | - |
| XYZ | 8.33 | 6.33 | 27.98 | - |
| YUV | 68.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 146 | 0.65 | 0.57 | 0 | 0.43 | 232.42 | 0.48 | 0.39 |
| Hex | 33 | 3F | 92 | 41 | 39 | 0 | 2B | E8 | 30 | 27 |
| Octal | 63 | 77 | 222 | 101 | 71 | 0 | 53 | 350 | 60 | 47 |
| Binary | 110011 | 111111 | 10010010 | 1000001 | 111001 | 0 | 101011 | 11101000 | 110000 | 100111 |
Color Harmonies of #333F92
Complementary color
Monochromatic Colors of #333F92
Black with #333F92
Text Example
Text Example
White with #333F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F92; }
p { color: rgb(51,63,146); }
H1.HeaderClassName
{
color: #333F92;
}
.AnyTagClassName
{
color: #333F92;
}
</style>
background-color css
<style>
a { background-color: #333F92; }
a { background-color: rgb(51,63,146); }
div.DivClassName
{
background-color: #333F92;
}
.BgClassName
{
background-color: #333F92;
}
</style>
border-color css
<style>
span { border-color: #333F92; }
span { border-color: rgb(51,63,146); }
td.TdClassName
{
border-color: #333F92;
}
.TagClassName
{
border-color: #333F92;
}
</style>