Shades of Tory Blue #334F8C
Tints of Tory Blue #334F8C
RGB
CMYK
RGB Variations
Color information
#334F8C (or 0x334F8C) is known color: Tory Blue. HEX triplet: 33, 4F and 8C. RGB value is (51,79,140). Sum of RGB (Red+Green+Blue) = 51+79+140=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #334F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F8C is #CCB073. Grayscale: #4D4D4D. Windows color (decimal): -13414516 or 9195315. OLE color: 9195315.
HSL color Cylindrical-coordinate representation of color #334F8C: hue angle of 221.12º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #334F8C is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 79 | 140 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.45 |
| HSL | 221.12º | 0.47% | 0.37% | - |
| HSV(B) | 221.12º | 0.64% | 0.55% | - |
| XYZ | 8.89 | 8.19 | 25.92 | - |
| YUV | 77.58 | 163.22 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 140 | 0.64 | 0.44 | 0 | 0.45 | 221.12 | 0.47 | 0.37 |
| Hex | 33 | 4F | 8C | 40 | 2C | 0 | 2D | DD | 2F | 25 |
| Octal | 63 | 117 | 214 | 100 | 54 | 0 | 55 | 335 | 57 | 45 |
| Binary | 110011 | 1001111 | 10001100 | 1000000 | 101100 | 0 | 101101 | 11011101 | 101111 | 100101 |
Color Harmonies of #334F8C
Complementary color
Monochromatic Colors of #334F8C
Black with #334F8C
Text Example
Text Example
White with #334F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F8C; }
p { color: rgb(51,79,140); }
H1.HeaderClassName
{
color: #334F8C;
}
.AnyTagClassName
{
color: #334F8C;
}
</style>
background-color css
<style>
a { background-color: #334F8C; }
a { background-color: rgb(51,79,140); }
div.DivClassName
{
background-color: #334F8C;
}
.BgClassName
{
background-color: #334F8C;
}
</style>
border-color css
<style>
span { border-color: #334F8C; }
span { border-color: rgb(51,79,140); }
td.TdClassName
{
border-color: #334F8C;
}
.TagClassName
{
border-color: #334F8C;
}
</style>