Shades of Tory Blue #334A8D
Tints of Tory Blue #334A8D
RGB
CMYK
RGB Variations
Color information
#334A8D (or 0x334A8D) is known color: Tory Blue. HEX triplet: 33, 4A and 8D. RGB value is (51,74,141). Sum of RGB (Red+Green+Blue) = 51+74+141=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #334A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334A8D is #CCB572. Grayscale: #4A4A4A. Windows color (decimal): -13415795 or 9259571. OLE color: 9259571.
HSL color Cylindrical-coordinate representation of color #334A8D: hue angle of 224.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #334A8D is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 74 | 141 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.45 |
| HSL | 224.67º | 0.47% | 0.38% | - |
| HSV(B) | 224.67º | 0.64% | 0.55% | - |
| XYZ | 8.62 | 7.52 | 26.2 | - |
| YUV | 74.76 | 165.38 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 141 | 0.64 | 0.48 | 0 | 0.45 | 224.67 | 0.47 | 0.38 |
| Hex | 33 | 4A | 8D | 40 | 30 | 0 | 2D | E1 | 2F | 26 |
| Octal | 63 | 112 | 215 | 100 | 60 | 0 | 55 | 341 | 57 | 46 |
| Binary | 110011 | 1001010 | 10001101 | 1000000 | 110000 | 0 | 101101 | 11100001 | 101111 | 100110 |
Color Harmonies of #334A8D
Complementary color
Monochromatic Colors of #334A8D
Black with #334A8D
Text Example
Text Example
White with #334A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A8D; }
p { color: rgb(51,74,141); }
H1.HeaderClassName
{
color: #334A8D;
}
.AnyTagClassName
{
color: #334A8D;
}
</style>
background-color css
<style>
a { background-color: #334A8D; }
a { background-color: rgb(51,74,141); }
div.DivClassName
{
background-color: #334A8D;
}
.BgClassName
{
background-color: #334A8D;
}
</style>
border-color css
<style>
span { border-color: #334A8D; }
span { border-color: rgb(51,74,141); }
td.TdClassName
{
border-color: #334A8D;
}
.TagClassName
{
border-color: #334A8D;
}
</style>