Shades of Tory Blue #334982
Tints of Tory Blue #334982
RGB
CMYK
RGB Variations
Color information
#334982 (or 0x334982) is known color: Tory Blue. HEX triplet: 33, 49 and 82. RGB value is (51,73,130). Sum of RGB (Red+Green+Blue) = 51+73+130=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #334982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334982 is #CCB67D. Grayscale: #484848. Windows color (decimal): -13416062 or 8538419. OLE color: 8538419.
HSL color Cylindrical-coordinate representation of color #334982: hue angle of 223.29º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334982 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 73 | 130 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.49 |
| HSL | 223.29º | 0.44% | 0.35% | - |
| HSV(B) | 223.29º | 0.61% | 0.51% | - |
| XYZ | 7.78 | 7.08 | 22.08 | - |
| YUV | 72.92 | 160.21 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 130 | 0.61 | 0.44 | 0 | 0.49 | 223.29 | 0.44 | 0.35 |
| Hex | 33 | 49 | 82 | 3D | 2C | 0 | 31 | DF | 2C | 23 |
| Octal | 63 | 111 | 202 | 75 | 54 | 0 | 61 | 337 | 54 | 43 |
| Binary | 110011 | 1001001 | 10000010 | 111101 | 101100 | 0 | 110001 | 11011111 | 101100 | 100011 |
Color Harmonies of #334982
Complementary color
Monochromatic Colors of #334982
Black with #334982
Text Example
Text Example
White with #334982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334982; }
p { color: rgb(51,73,130); }
H1.HeaderClassName
{
color: #334982;
}
.AnyTagClassName
{
color: #334982;
}
</style>
background-color css
<style>
a { background-color: #334982; }
a { background-color: rgb(51,73,130); }
div.DivClassName
{
background-color: #334982;
}
.BgClassName
{
background-color: #334982;
}
</style>
border-color css
<style>
span { border-color: #334982; }
span { border-color: rgb(51,73,130); }
td.TdClassName
{
border-color: #334982;
}
.TagClassName
{
border-color: #334982;
}
</style>