Shades of Tory Blue #334683
Tints of Tory Blue #334683
RGB
CMYK
RGB Variations
Color information
#334683 (or 0x334683) is known color: Tory Blue. HEX triplet: 33, 46 and 83. RGB value is (51,70,131). Sum of RGB (Red+Green+Blue) = 51+70+131=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #334683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334683 is #CCB97C. Grayscale: #474747. Windows color (decimal): -13416829 or 8603187. OLE color: 8603187.
HSL color Cylindrical-coordinate representation of color #334683: hue angle of 225.75º 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 #334683 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 70 | 131 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.49 |
| HSL | 225.75º | 0.44% | 0.36% | - |
| HSV(B) | 225.75º | 0.61% | 0.51% | - |
| XYZ | 7.65 | 6.72 | 22.37 | - |
| YUV | 71.27 | 161.71 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 131 | 0.61 | 0.47 | 0 | 0.49 | 225.75 | 0.44 | 0.36 |
| Hex | 33 | 46 | 83 | 3D | 2F | 0 | 31 | E2 | 2C | 24 |
| Octal | 63 | 106 | 203 | 75 | 57 | 0 | 61 | 342 | 54 | 44 |
| Binary | 110011 | 1000110 | 10000011 | 111101 | 101111 | 0 | 110001 | 11100010 | 101100 | 100100 |
Color Harmonies of #334683
Complementary color
Monochromatic Colors of #334683
Black with #334683
Text Example
Text Example
White with #334683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334683; }
p { color: rgb(51,70,131); }
H1.HeaderClassName
{
color: #334683;
}
.AnyTagClassName
{
color: #334683;
}
</style>
background-color css
<style>
a { background-color: #334683; }
a { background-color: rgb(51,70,131); }
div.DivClassName
{
background-color: #334683;
}
.BgClassName
{
background-color: #334683;
}
</style>
border-color css
<style>
span { border-color: #334683; }
span { border-color: rgb(51,70,131); }
td.TdClassName
{
border-color: #334683;
}
.TagClassName
{
border-color: #334683;
}
</style>