Shades of Tory Blue #334B86
Tints of Tory Blue #334B86
RGB
CMYK
RGB Variations
Color information
#334B86 (or 0x334B86) is known color: Tory Blue. HEX triplet: 33, 4B and 86. RGB value is (51,75,134). Sum of RGB (Red+Green+Blue) = 51+75+134=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #334B86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334B86 is #CCB479. Grayscale: #4A4A4A. Windows color (decimal): -13415546 or 8801075. OLE color: 8801075.
HSL color Cylindrical-coordinate representation of color #334B86: hue angle of 222.65º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334B86 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 75 | 134 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.47 |
| HSL | 222.65º | 0.45% | 0.36% | - |
| HSV(B) | 222.65º | 0.62% | 0.53% | - |
| XYZ | 8.18 | 7.46 | 23.56 | - |
| YUV | 74.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 134 | 0.62 | 0.44 | 0 | 0.47 | 222.65 | 0.45 | 0.36 |
| Hex | 33 | 4B | 86 | 3E | 2C | 0 | 2F | DF | 2D | 24 |
| Octal | 63 | 113 | 206 | 76 | 54 | 0 | 57 | 337 | 55 | 44 |
| Binary | 110011 | 1001011 | 10000110 | 111110 | 101100 | 0 | 101111 | 11011111 | 101101 | 100100 |
Color Harmonies of #334B86
Complementary color
Monochromatic Colors of #334B86
Black with #334B86
Text Example
Text Example
White with #334B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B86; }
p { color: rgb(51,75,134); }
H1.HeaderClassName
{
color: #334B86;
}
.AnyTagClassName
{
color: #334B86;
}
</style>
background-color css
<style>
a { background-color: #334B86; }
a { background-color: rgb(51,75,134); }
div.DivClassName
{
background-color: #334B86;
}
.BgClassName
{
background-color: #334B86;
}
</style>
border-color css
<style>
span { border-color: #334B86; }
span { border-color: rgb(51,75,134); }
td.TdClassName
{
border-color: #334B86;
}
.TagClassName
{
border-color: #334B86;
}
</style>