Shades of Tory Blue #334A8E
Tints of Tory Blue #334A8E
RGB
CMYK
RGB Variations
Color information
#334A8E (or 0x334A8E) is known color: Tory Blue. HEX triplet: 33, 4A and 8E. RGB value is (51,74,142). Sum of RGB (Red+Green+Blue) = 51+74+142=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #334A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334A8E is #CCB571. Grayscale: #4A4A4A. Windows color (decimal): -13415794 or 9325107. OLE color: 9325107.
HSL color Cylindrical-coordinate representation of color #334A8E: hue angle of 224.84º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #334A8E is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 74 | 142 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.44 |
| HSL | 224.84º | 0.47% | 0.38% | - |
| HSV(B) | 224.84º | 0.64% | 0.56% | - |
| XYZ | 8.7 | 7.55 | 26.59 | - |
| YUV | 74.88 | 165.88 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 142 | 0.64 | 0.48 | 0 | 0.44 | 224.84 | 0.47 | 0.38 |
| Hex | 33 | 4A | 8E | 40 | 30 | 0 | 2C | E1 | 2F | 26 |
| Octal | 63 | 112 | 216 | 100 | 60 | 0 | 54 | 341 | 57 | 46 |
| Binary | 110011 | 1001010 | 10001110 | 1000000 | 110000 | 0 | 101100 | 11100001 | 101111 | 100110 |
Color Harmonies of #334A8E
Complementary color
Monochromatic Colors of #334A8E
Black with #334A8E
Text Example
Text Example
White with #334A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A8E; }
p { color: rgb(51,74,142); }
H1.HeaderClassName
{
color: #334A8E;
}
.AnyTagClassName
{
color: #334A8E;
}
</style>
background-color css
<style>
a { background-color: #334A8E; }
a { background-color: rgb(51,74,142); }
div.DivClassName
{
background-color: #334A8E;
}
.BgClassName
{
background-color: #334A8E;
}
</style>
border-color css
<style>
span { border-color: #334A8E; }
span { border-color: rgb(51,74,142); }
td.TdClassName
{
border-color: #334A8E;
}
.TagClassName
{
border-color: #334A8E;
}
</style>