Shades of Tory Blue #334C90
Tints of Tory Blue #334C90
RGB
CMYK
RGB Variations
Color information
#334C90 (or 0x334C90) is known color: Tory Blue. HEX triplet: 33, 4C and 90. RGB value is (51,76,144). Sum of RGB (Red+Green+Blue) = 51+76+144=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #334C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334C90 is #CCB36F. Grayscale: #4B4B4B. Windows color (decimal): -13415280 or 9456691. OLE color: 9456691.
HSL color Cylindrical-coordinate representation of color #334C90: hue angle of 223.87º 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 #334C90 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 76 | 144 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.44 |
| HSL | 223.87º | 0.48% | 0.38% | - |
| HSV(B) | 223.87º | 0.65% | 0.56% | - |
| XYZ | 8.98 | 7.89 | 27.43 | - |
| YUV | 76.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 144 | 0.65 | 0.47 | 0 | 0.44 | 223.87 | 0.48 | 0.38 |
| Hex | 33 | 4C | 90 | 41 | 2F | 0 | 2C | E0 | 30 | 26 |
| Octal | 63 | 114 | 220 | 101 | 57 | 0 | 54 | 340 | 60 | 46 |
| Binary | 110011 | 1001100 | 10010000 | 1000001 | 101111 | 0 | 101100 | 11100000 | 110000 | 100110 |
Color Harmonies of #334C90
Complementary color
Monochromatic Colors of #334C90
Black with #334C90
Text Example
Text Example
White with #334C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C90; }
p { color: rgb(51,76,144); }
H1.HeaderClassName
{
color: #334C90;
}
.AnyTagClassName
{
color: #334C90;
}
</style>
background-color css
<style>
a { background-color: #334C90; }
a { background-color: rgb(51,76,144); }
div.DivClassName
{
background-color: #334C90;
}
.BgClassName
{
background-color: #334C90;
}
</style>
border-color css
<style>
span { border-color: #334C90; }
span { border-color: rgb(51,76,144); }
td.TdClassName
{
border-color: #334C90;
}
.TagClassName
{
border-color: #334C90;
}
</style>