Shades of Tory Blue #334C99
Tints of Tory Blue #334C99
RGB
CMYK
RGB Variations
Color information
#334C99 (or 0x334C99) is known color: Tory Blue. HEX triplet: 33, 4C and 99. RGB value is (51,76,153). Sum of RGB (Red+Green+Blue) = 51+76+153=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #334C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334C99 is #CCB366. Grayscale: #4C4C4C. Windows color (decimal): -13415271 or 10046515. OLE color: 10046515.
HSL color Cylindrical-coordinate representation of color #334C99: hue angle of 225.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #334C99 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 76 | 153 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.4 |
| HSL | 225.29º | 0.5% | 0.4% | - |
| HSV(B) | 225.29º | 0.67% | 0.6% | - |
| XYZ | 9.7 | 8.17 | 31.2 | - |
| YUV | 77.3 | 170.72 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 153 | 0.67 | 0.50 | 0 | 0.4 | 225.29 | 0.5 | 0.4 |
| Hex | 33 | 4C | 99 | 43 | 32 | 0 | 28 | E1 | 32 | 28 |
| Octal | 63 | 114 | 231 | 103 | 62 | 0 | 50 | 341 | 62 | 50 |
| Binary | 110011 | 1001100 | 10011001 | 1000011 | 110010 | 0 | 101000 | 11100001 | 110010 | 101000 |
Color Harmonies of #334C99
Complementary color
Monochromatic Colors of #334C99
Black with #334C99
Text Example
Text Example
White with #334C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C99; }
p { color: rgb(51,76,153); }
H1.HeaderClassName
{
color: #334C99;
}
.AnyTagClassName
{
color: #334C99;
}
</style>
background-color css
<style>
a { background-color: #334C99; }
a { background-color: rgb(51,76,153); }
div.DivClassName
{
background-color: #334C99;
}
.BgClassName
{
background-color: #334C99;
}
</style>
border-color css
<style>
span { border-color: #334C99; }
span { border-color: rgb(51,76,153); }
td.TdClassName
{
border-color: #334C99;
}
.TagClassName
{
border-color: #334C99;
}
</style>