Shades of Tory Blue #334093
Tints of Tory Blue #334093
RGB
CMYK
RGB Variations
Color information
#334093 (or 0x334093) is known color: Tory Blue. HEX triplet: 33, 40 and 93. RGB value is (51,64,147). Sum of RGB (Red+Green+Blue) = 51+64+147=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #334093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334093 is #CCBF6C. Grayscale: #454545. Windows color (decimal): -13418349 or 9650227. OLE color: 9650227.
HSL color Cylindrical-coordinate representation of color #334093: hue angle of 231.88º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334093 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 64 | 147 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.42 |
| HSL | 231.88º | 0.48% | 0.39% | - |
| HSV(B) | 231.88º | 0.65% | 0.58% | - |
| XYZ | 8.47 | 6.48 | 28.41 | - |
| YUV | 69.58 | 171.69 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 147 | 0.65 | 0.56 | 0 | 0.42 | 231.88 | 0.48 | 0.39 |
| Hex | 33 | 40 | 93 | 41 | 38 | 0 | 2A | E8 | 30 | 27 |
| Octal | 63 | 100 | 223 | 101 | 70 | 0 | 52 | 350 | 60 | 47 |
| Binary | 110011 | 1000000 | 10010011 | 1000001 | 111000 | 0 | 101010 | 11101000 | 110000 | 100111 |
Color Harmonies of #334093
Complementary color
Monochromatic Colors of #334093
Black with #334093
Text Example
Text Example
White with #334093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334093; }
p { color: rgb(51,64,147); }
H1.HeaderClassName
{
color: #334093;
}
.AnyTagClassName
{
color: #334093;
}
</style>
background-color css
<style>
a { background-color: #334093; }
a { background-color: rgb(51,64,147); }
div.DivClassName
{
background-color: #334093;
}
.BgClassName
{
background-color: #334093;
}
</style>
border-color css
<style>
span { border-color: #334093; }
span { border-color: rgb(51,64,147); }
td.TdClassName
{
border-color: #334093;
}
.TagClassName
{
border-color: #334093;
}
</style>