Shades of Tory Blue #334C88
Tints of Tory Blue #334C88
RGB
CMYK
RGB Variations
Color information
#334C88 (or 0x334C88) is known color: Tory Blue. HEX triplet: 33, 4C and 88. RGB value is (51,76,136). Sum of RGB (Red+Green+Blue) = 51+76+136=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #334C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334C88 is #CCB377. Grayscale: #4B4B4B. Windows color (decimal): -13415288 or 8932403. OLE color: 8932403.
HSL color Cylindrical-coordinate representation of color #334C88: hue angle of 222.35º 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 #334C88 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 76 | 136 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.47 |
| HSL | 222.35º | 0.45% | 0.37% | - |
| HSV(B) | 222.35º | 0.63% | 0.53% | - |
| XYZ | 8.39 | 7.65 | 24.33 | - |
| YUV | 75.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 136 | 0.62 | 0.44 | 0 | 0.47 | 222.35 | 0.45 | 0.37 |
| Hex | 33 | 4C | 88 | 3E | 2C | 0 | 2F | DE | 2D | 25 |
| Octal | 63 | 114 | 210 | 76 | 54 | 0 | 57 | 336 | 55 | 45 |
| Binary | 110011 | 1001100 | 10001000 | 111110 | 101100 | 0 | 101111 | 11011110 | 101101 | 100101 |
Color Harmonies of #334C88
Complementary color
Monochromatic Colors of #334C88
Black with #334C88
Text Example
Text Example
White with #334C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C88; }
p { color: rgb(51,76,136); }
H1.HeaderClassName
{
color: #334C88;
}
.AnyTagClassName
{
color: #334C88;
}
</style>
background-color css
<style>
a { background-color: #334C88; }
a { background-color: rgb(51,76,136); }
div.DivClassName
{
background-color: #334C88;
}
.BgClassName
{
background-color: #334C88;
}
</style>
border-color css
<style>
span { border-color: #334C88; }
span { border-color: rgb(51,76,136); }
td.TdClassName
{
border-color: #334C88;
}
.TagClassName
{
border-color: #334C88;
}
</style>