Shades of Tory Blue #334A8A
Tints of Tory Blue #334A8A
RGB
CMYK
RGB Variations
Color information
#334A8A (or 0x334A8A) is known color: Tory Blue. HEX triplet: 33, 4A and 8A. RGB value is (51,74,138). Sum of RGB (Red+Green+Blue) = 51+74+138=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #334A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334A8A is #CCB575. Grayscale: #4A4A4A. Windows color (decimal): -13415798 or 9062963. OLE color: 9062963.
HSL color Cylindrical-coordinate representation of color #334A8A: hue angle of 224.14º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #334A8A is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 74 | 138 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.46 |
| HSL | 224.14º | 0.46% | 0.37% | - |
| HSV(B) | 224.14º | 0.63% | 0.54% | - |
| XYZ | 8.4 | 7.44 | 25.04 | - |
| YUV | 74.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 138 | 0.63 | 0.46 | 0 | 0.46 | 224.14 | 0.46 | 0.37 |
| Hex | 33 | 4A | 8A | 3F | 2E | 0 | 2E | E0 | 2E | 25 |
| Octal | 63 | 112 | 212 | 77 | 56 | 0 | 56 | 340 | 56 | 45 |
| Binary | 110011 | 1001010 | 10001010 | 111111 | 101110 | 0 | 101110 | 11100000 | 101110 | 100101 |
Color Harmonies of #334A8A
Complementary color
Monochromatic Colors of #334A8A
Black with #334A8A
Text Example
Text Example
White with #334A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A8A; }
p { color: rgb(51,74,138); }
H1.HeaderClassName
{
color: #334A8A;
}
.AnyTagClassName
{
color: #334A8A;
}
</style>
background-color css
<style>
a { background-color: #334A8A; }
a { background-color: rgb(51,74,138); }
div.DivClassName
{
background-color: #334A8A;
}
.BgClassName
{
background-color: #334A8A;
}
</style>
border-color css
<style>
span { border-color: #334A8A; }
span { border-color: rgb(51,74,138); }
td.TdClassName
{
border-color: #334A8A;
}
.TagClassName
{
border-color: #334A8A;
}
</style>