Shades of Tory Blue #334C87
Tints of Tory Blue #334C87
RGB
CMYK
RGB Variations
Color information
#334C87 (or 0x334C87) is known color: Tory Blue. HEX triplet: 33, 4C and 87. RGB value is (51,76,135). Sum of RGB (Red+Green+Blue) = 51+76+135=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #334C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334C87 is #CCB378. Grayscale: #4A4A4A. Windows color (decimal): -13415289 or 8866867. OLE color: 8866867.
HSL color Cylindrical-coordinate representation of color #334C87: hue angle of 222.14º 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 #334C87 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 76 | 135 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.47 |
| HSL | 222.14º | 0.45% | 0.36% | - |
| HSV(B) | 222.14º | 0.62% | 0.53% | - |
| XYZ | 8.32 | 7.62 | 23.95 | - |
| YUV | 75.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 135 | 0.62 | 0.44 | 0 | 0.47 | 222.14 | 0.45 | 0.36 |
| Hex | 33 | 4C | 87 | 3E | 2C | 0 | 2F | DE | 2D | 24 |
| Octal | 63 | 114 | 207 | 76 | 54 | 0 | 57 | 336 | 55 | 44 |
| Binary | 110011 | 1001100 | 10000111 | 111110 | 101100 | 0 | 101111 | 11011110 | 101101 | 100100 |
Color Harmonies of #334C87
Complementary color
Monochromatic Colors of #334C87
Black with #334C87
Text Example
Text Example
White with #334C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C87; }
p { color: rgb(51,76,135); }
H1.HeaderClassName
{
color: #334C87;
}
.AnyTagClassName
{
color: #334C87;
}
</style>
background-color css
<style>
a { background-color: #334C87; }
a { background-color: rgb(51,76,135); }
div.DivClassName
{
background-color: #334C87;
}
.BgClassName
{
background-color: #334C87;
}
</style>
border-color css
<style>
span { border-color: #334C87; }
span { border-color: rgb(51,76,135); }
td.TdClassName
{
border-color: #334C87;
}
.TagClassName
{
border-color: #334C87;
}
</style>