Shades of Tory Blue #334194
Tints of Tory Blue #334194
RGB
CMYK
RGB Variations
Color information
#334194 (or 0x334194) is known color: Tory Blue. HEX triplet: 33, 41 and 94. RGB value is (51,65,148). Sum of RGB (Red+Green+Blue) = 51+65+148=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #334194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334194 is #CCBE6B. Grayscale: #454545. Windows color (decimal): -13418092 or 9716019. OLE color: 9716019.
HSL color Cylindrical-coordinate representation of color #334194: hue angle of 231.34º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334194 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 65 | 148 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.42 |
| HSL | 231.34º | 0.49% | 0.39% | - |
| HSV(B) | 231.34º | 0.66% | 0.58% | - |
| XYZ | 8.6 | 6.62 | 28.84 | - |
| YUV | 70.28 | 171.86 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 148 | 0.66 | 0.56 | 0 | 0.42 | 231.34 | 0.49 | 0.39 |
| Hex | 33 | 41 | 94 | 42 | 38 | 0 | 2A | E7 | 31 | 27 |
| Octal | 63 | 101 | 224 | 102 | 70 | 0 | 52 | 347 | 61 | 47 |
| Binary | 110011 | 1000001 | 10010100 | 1000010 | 111000 | 0 | 101010 | 11100111 | 110001 | 100111 |
Color Harmonies of #334194
Complementary color
Monochromatic Colors of #334194
Black with #334194
Text Example
Text Example
White with #334194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334194; }
p { color: rgb(51,65,148); }
H1.HeaderClassName
{
color: #334194;
}
.AnyTagClassName
{
color: #334194;
}
</style>
background-color css
<style>
a { background-color: #334194; }
a { background-color: rgb(51,65,148); }
div.DivClassName
{
background-color: #334194;
}
.BgClassName
{
background-color: #334194;
}
</style>
border-color css
<style>
span { border-color: #334194; }
span { border-color: rgb(51,65,148); }
td.TdClassName
{
border-color: #334194;
}
.TagClassName
{
border-color: #334194;
}
</style>