Shades of Tory Blue #334783
Tints of Tory Blue #334783
RGB
CMYK
RGB Variations
Color information
#334783 (or 0x334783) is known color: Tory Blue. HEX triplet: 33, 47 and 83. RGB value is (51,71,131). Sum of RGB (Red+Green+Blue) = 51+71+131=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #334783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334783 is #CCB87C. Grayscale: #474747. Windows color (decimal): -13416573 or 8603443. OLE color: 8603443.
HSL color Cylindrical-coordinate representation of color #334783: hue angle of 225º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334783 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 71 | 131 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.49 |
| HSL | 225º | 0.44% | 0.36% | - |
| HSV(B) | 225º | 0.61% | 0.51% | - |
| XYZ | 7.72 | 6.85 | 22.39 | - |
| YUV | 71.86 | 161.37 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 131 | 0.61 | 0.46 | 0 | 0.49 | 225 | 0.44 | 0.36 |
| Hex | 33 | 47 | 83 | 3D | 2E | 0 | 31 | E1 | 2C | 24 |
| Octal | 63 | 107 | 203 | 75 | 56 | 0 | 61 | 341 | 54 | 44 |
| Binary | 110011 | 1000111 | 10000011 | 111101 | 101110 | 0 | 110001 | 11100001 | 101100 | 100100 |
Color Harmonies of #334783
Complementary color
Monochromatic Colors of #334783
Black with #334783
Text Example
Text Example
White with #334783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334783; }
p { color: rgb(51,71,131); }
H1.HeaderClassName
{
color: #334783;
}
.AnyTagClassName
{
color: #334783;
}
</style>
background-color css
<style>
a { background-color: #334783; }
a { background-color: rgb(51,71,131); }
div.DivClassName
{
background-color: #334783;
}
.BgClassName
{
background-color: #334783;
}
</style>
border-color css
<style>
span { border-color: #334783; }
span { border-color: rgb(51,71,131); }
td.TdClassName
{
border-color: #334783;
}
.TagClassName
{
border-color: #334783;
}
</style>