Shades of Tory Blue #334396
Tints of Tory Blue #334396
RGB
CMYK
RGB Variations
Color information
#334396 (or 0x334396) is known color: Tory Blue. HEX triplet: 33, 43 and 96. RGB value is (51,67,150). Sum of RGB (Red+Green+Blue) = 51+67+150=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #334396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334396 is #CCBC69. Grayscale: #474747. Windows color (decimal): -13417578 or 9847603. OLE color: 9847603.
HSL color Cylindrical-coordinate representation of color #334396: hue angle of 230.3º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334396 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 67 | 150 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.41 |
| HSL | 230.3º | 0.49% | 0.39% | - |
| HSV(B) | 230.3º | 0.66% | 0.59% | - |
| XYZ | 8.88 | 6.92 | 29.72 | - |
| YUV | 71.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 150 | 0.66 | 0.55 | 0 | 0.41 | 230.3 | 0.49 | 0.39 |
| Hex | 33 | 43 | 96 | 42 | 37 | 0 | 29 | E6 | 31 | 27 |
| Octal | 63 | 103 | 226 | 102 | 67 | 0 | 51 | 346 | 61 | 47 |
| Binary | 110011 | 1000011 | 10010110 | 1000010 | 110111 | 0 | 101001 | 11100110 | 110001 | 100111 |
Color Harmonies of #334396
Complementary color
Monochromatic Colors of #334396
Black with #334396
Text Example
Text Example
White with #334396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334396; }
p { color: rgb(51,67,150); }
H1.HeaderClassName
{
color: #334396;
}
.AnyTagClassName
{
color: #334396;
}
</style>
background-color css
<style>
a { background-color: #334396; }
a { background-color: rgb(51,67,150); }
div.DivClassName
{
background-color: #334396;
}
.BgClassName
{
background-color: #334396;
}
</style>
border-color css
<style>
span { border-color: #334396; }
span { border-color: rgb(51,67,150); }
td.TdClassName
{
border-color: #334396;
}
.TagClassName
{
border-color: #334396;
}
</style>