Shades of Tory Blue #334290
Tints of Tory Blue #334290
RGB
CMYK
RGB Variations
Color information
#334290 (or 0x334290) is known color: Tory Blue. HEX triplet: 33, 42 and 90. RGB value is (51,66,144). Sum of RGB (Red+Green+Blue) = 51+66+144=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #334290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334290 is #CCBD6F. Grayscale: #464646. Windows color (decimal): -13417840 or 9454131. OLE color: 9454131.
HSL color Cylindrical-coordinate representation of color #334290: hue angle of 230.32º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334290 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 66 | 144 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.44 |
| HSL | 230.32º | 0.48% | 0.38% | - |
| HSV(B) | 230.32º | 0.65% | 0.56% | - |
| XYZ | 8.35 | 6.61 | 27.22 | - |
| YUV | 70.41 | 169.53 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 144 | 0.65 | 0.54 | 0 | 0.44 | 230.32 | 0.48 | 0.38 |
| Hex | 33 | 42 | 90 | 41 | 36 | 0 | 2C | E6 | 30 | 26 |
| Octal | 63 | 102 | 220 | 101 | 66 | 0 | 54 | 346 | 60 | 46 |
| Binary | 110011 | 1000010 | 10010000 | 1000001 | 110110 | 0 | 101100 | 11100110 | 110000 | 100110 |
Color Harmonies of #334290
Complementary color
Monochromatic Colors of #334290
Black with #334290
Text Example
Text Example
White with #334290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334290; }
p { color: rgb(51,66,144); }
H1.HeaderClassName
{
color: #334290;
}
.AnyTagClassName
{
color: #334290;
}
</style>
background-color css
<style>
a { background-color: #334290; }
a { background-color: rgb(51,66,144); }
div.DivClassName
{
background-color: #334290;
}
.BgClassName
{
background-color: #334290;
}
</style>
border-color css
<style>
span { border-color: #334290; }
span { border-color: rgb(51,66,144); }
td.TdClassName
{
border-color: #334290;
}
.TagClassName
{
border-color: #334290;
}
</style>