Shades of Tory Blue #334D88
Tints of Tory Blue #334D88
RGB
CMYK
RGB Variations
Color information
#334D88 (or 0x334D88) is known color: Tory Blue. HEX triplet: 33, 4D and 88. RGB value is (51,77,136). Sum of RGB (Red+Green+Blue) = 51+77+136=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #334D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D88 is #CCB277. Grayscale: #4B4B4B. Windows color (decimal): -13415032 or 8932659. OLE color: 8932659.
HSL color Cylindrical-coordinate representation of color #334D88: hue angle of 221.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334D88 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 77 | 136 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.47 |
| HSL | 221.65º | 0.45% | 0.37% | - |
| HSV(B) | 221.65º | 0.63% | 0.53% | - |
| XYZ | 8.46 | 7.79 | 24.35 | - |
| YUV | 75.95 | 161.89 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 136 | 0.62 | 0.43 | 0 | 0.47 | 221.65 | 0.45 | 0.37 |
| Hex | 33 | 4D | 88 | 3E | 2B | 0 | 2F | DE | 2D | 25 |
| Octal | 63 | 115 | 210 | 76 | 53 | 0 | 57 | 336 | 55 | 45 |
| Binary | 110011 | 1001101 | 10001000 | 111110 | 101011 | 0 | 101111 | 11011110 | 101101 | 100101 |
Color Harmonies of #334D88
Complementary color
Monochromatic Colors of #334D88
Black with #334D88
Text Example
Text Example
White with #334D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D88; }
p { color: rgb(51,77,136); }
H1.HeaderClassName
{
color: #334D88;
}
.AnyTagClassName
{
color: #334D88;
}
</style>
background-color css
<style>
a { background-color: #334D88; }
a { background-color: rgb(51,77,136); }
div.DivClassName
{
background-color: #334D88;
}
.BgClassName
{
background-color: #334D88;
}
</style>
border-color css
<style>
span { border-color: #334D88; }
span { border-color: rgb(51,77,136); }
td.TdClassName
{
border-color: #334D88;
}
.TagClassName
{
border-color: #334D88;
}
</style>