Shades of Tory Blue #334A88
Tints of Tory Blue #334A88
RGB
CMYK
RGB Variations
Color information
#334A88 (or 0x334A88) is known color: Tory Blue. HEX triplet: 33, 4A and 88. RGB value is (51,74,136). Sum of RGB (Red+Green+Blue) = 51+74+136=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #334A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334A88 is #CCB577. Grayscale: #494949. Windows color (decimal): -13415800 or 8931891. OLE color: 8931891.
HSL color Cylindrical-coordinate representation of color #334A88: hue angle of 223.76º 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 #334A88 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 74 | 136 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.47 |
| HSL | 223.76º | 0.45% | 0.37% | - |
| HSV(B) | 223.76º | 0.63% | 0.53% | - |
| XYZ | 8.26 | 7.38 | 24.28 | - |
| YUV | 74.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 136 | 0.62 | 0.46 | 0 | 0.47 | 223.76 | 0.45 | 0.37 |
| Hex | 33 | 4A | 88 | 3E | 2E | 0 | 2F | E0 | 2D | 25 |
| Octal | 63 | 112 | 210 | 76 | 56 | 0 | 57 | 340 | 55 | 45 |
| Binary | 110011 | 1001010 | 10001000 | 111110 | 101110 | 0 | 101111 | 11100000 | 101101 | 100101 |
Color Harmonies of #334A88
Complementary color
Monochromatic Colors of #334A88
Black with #334A88
Text Example
Text Example
White with #334A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A88; }
p { color: rgb(51,74,136); }
H1.HeaderClassName
{
color: #334A88;
}
.AnyTagClassName
{
color: #334A88;
}
</style>
background-color css
<style>
a { background-color: #334A88; }
a { background-color: rgb(51,74,136); }
div.DivClassName
{
background-color: #334A88;
}
.BgClassName
{
background-color: #334A88;
}
</style>
border-color css
<style>
span { border-color: #334A88; }
span { border-color: rgb(51,74,136); }
td.TdClassName
{
border-color: #334A88;
}
.TagClassName
{
border-color: #334A88;
}
</style>