Shades of Tory Blue #334D8B
Tints of Tory Blue #334D8B
RGB
CMYK
RGB Variations
Color information
#334D8B (or 0x334D8B) is known color: Tory Blue. HEX triplet: 33, 4D and 8B. RGB value is (51,77,139). Sum of RGB (Red+Green+Blue) = 51+77+139=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #334D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D8B is #CCB274. Grayscale: #4C4C4C. Windows color (decimal): -13415029 or 9129267. OLE color: 9129267.
HSL color Cylindrical-coordinate representation of color #334D8B: hue angle of 222.27º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #334D8B is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 77 | 139 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.45 |
| HSL | 222.27º | 0.46% | 0.37% | - |
| HSV(B) | 222.27º | 0.63% | 0.55% | - |
| XYZ | 8.68 | 7.88 | 25.49 | - |
| YUV | 76.29 | 163.39 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 139 | 0.63 | 0.45 | 0 | 0.45 | 222.27 | 0.46 | 0.37 |
| Hex | 33 | 4D | 8B | 3F | 2D | 0 | 2D | DE | 2E | 25 |
| Octal | 63 | 115 | 213 | 77 | 55 | 0 | 55 | 336 | 56 | 45 |
| Binary | 110011 | 1001101 | 10001011 | 111111 | 101101 | 0 | 101101 | 11011110 | 101110 | 100101 |
Color Harmonies of #334D8B
Complementary color
Monochromatic Colors of #334D8B
Black with #334D8B
Text Example
Text Example
White with #334D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D8B; }
p { color: rgb(51,77,139); }
H1.HeaderClassName
{
color: #334D8B;
}
.AnyTagClassName
{
color: #334D8B;
}
</style>
background-color css
<style>
a { background-color: #334D8B; }
a { background-color: rgb(51,77,139); }
div.DivClassName
{
background-color: #334D8B;
}
.BgClassName
{
background-color: #334D8B;
}
</style>
border-color css
<style>
span { border-color: #334D8B; }
span { border-color: rgb(51,77,139); }
td.TdClassName
{
border-color: #334D8B;
}
.TagClassName
{
border-color: #334D8B;
}
</style>