Shades of Tory Blue #334299
Tints of Tory Blue #334299
RGB
CMYK
RGB Variations
Color information
#334299 (or 0x334299) is known color: Tory Blue. HEX triplet: 33, 42 and 99. RGB value is (51,66,153). Sum of RGB (Red+Green+Blue) = 51+66+153=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #334299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334299 is #CCBD66. Grayscale: #474747. Windows color (decimal): -13417831 or 10043955. OLE color: 10043955.
HSL color Cylindrical-coordinate representation of color #334299: hue angle of 231.18º 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 #334299 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 66 | 153 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.4 |
| HSL | 231.18º | 0.5% | 0.4% | - |
| HSV(B) | 231.18º | 0.67% | 0.6% | - |
| XYZ | 9.06 | 6.9 | 30.99 | - |
| YUV | 71.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 153 | 0.67 | 0.57 | 0 | 0.4 | 231.18 | 0.5 | 0.4 |
| Hex | 33 | 42 | 99 | 43 | 39 | 0 | 28 | E7 | 32 | 28 |
| Octal | 63 | 102 | 231 | 103 | 71 | 0 | 50 | 347 | 62 | 50 |
| Binary | 110011 | 1000010 | 10011001 | 1000011 | 111001 | 0 | 101000 | 11100111 | 110010 | 101000 |
Color Harmonies of #334299
Complementary color
Monochromatic Colors of #334299
Black with #334299
Text Example
Text Example
White with #334299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334299; }
p { color: rgb(51,66,153); }
H1.HeaderClassName
{
color: #334299;
}
.AnyTagClassName
{
color: #334299;
}
</style>
background-color css
<style>
a { background-color: #334299; }
a { background-color: rgb(51,66,153); }
div.DivClassName
{
background-color: #334299;
}
.BgClassName
{
background-color: #334299;
}
</style>
border-color css
<style>
span { border-color: #334299; }
span { border-color: rgb(51,66,153); }
td.TdClassName
{
border-color: #334299;
}
.TagClassName
{
border-color: #334299;
}
</style>