Shades of Tory Blue #334C96
Tints of Tory Blue #334C96
RGB
CMYK
RGB Variations
Color information
#334C96 (or 0x334C96) is known color: Tory Blue. HEX triplet: 33, 4C and 96. RGB value is (51,76,150). Sum of RGB (Red+Green+Blue) = 51+76+150=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #334C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334C96 is #CCB369. Grayscale: #4C4C4C. Windows color (decimal): -13415274 or 9849907. OLE color: 9849907.
HSL color Cylindrical-coordinate representation of color #334C96: hue angle of 224.85º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334C96 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 76 | 150 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.41 |
| HSL | 224.85º | 0.49% | 0.39% | - |
| HSV(B) | 224.85º | 0.66% | 0.59% | - |
| XYZ | 9.45 | 8.07 | 29.91 | - |
| YUV | 76.96 | 169.22 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 150 | 0.66 | 0.49 | 0 | 0.41 | 224.85 | 0.49 | 0.39 |
| Hex | 33 | 4C | 96 | 42 | 31 | 0 | 29 | E1 | 31 | 27 |
| Octal | 63 | 114 | 226 | 102 | 61 | 0 | 51 | 341 | 61 | 47 |
| Binary | 110011 | 1001100 | 10010110 | 1000010 | 110001 | 0 | 101001 | 11100001 | 110001 | 100111 |
Color Harmonies of #334C96
Complementary color
Monochromatic Colors of #334C96
Black with #334C96
Text Example
Text Example
White with #334C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C96; }
p { color: rgb(51,76,150); }
H1.HeaderClassName
{
color: #334C96;
}
.AnyTagClassName
{
color: #334C96;
}
</style>
background-color css
<style>
a { background-color: #334C96; }
a { background-color: rgb(51,76,150); }
div.DivClassName
{
background-color: #334C96;
}
.BgClassName
{
background-color: #334C96;
}
</style>
border-color css
<style>
span { border-color: #334C96; }
span { border-color: rgb(51,76,150); }
td.TdClassName
{
border-color: #334C96;
}
.TagClassName
{
border-color: #334C96;
}
</style>