Shades of Tory Blue #334681
Tints of Tory Blue #334681
RGB
CMYK
RGB Variations
Color information
#334681 (or 0x334681) is known color: Tory Blue. HEX triplet: 33, 46 and 81. RGB value is (51,70,129). Sum of RGB (Red+Green+Blue) = 51+70+129=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #334681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334681 is #CCB97E. Grayscale: #464646. Windows color (decimal): -13416831 or 8472115. OLE color: 8472115.
HSL color Cylindrical-coordinate representation of color #334681: hue angle of 225.38º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #334681 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 70 | 129 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.49 |
| HSL | 225.38º | 0.43% | 0.35% | - |
| HSV(B) | 225.38º | 0.6% | 0.51% | - |
| XYZ | 7.52 | 6.67 | 21.66 | - |
| YUV | 71.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 129 | 0.60 | 0.46 | 0 | 0.49 | 225.38 | 0.43 | 0.35 |
| Hex | 33 | 46 | 81 | 3C | 2E | 0 | 31 | E1 | 2B | 23 |
| Octal | 63 | 106 | 201 | 74 | 56 | 0 | 61 | 341 | 53 | 43 |
| Binary | 110011 | 1000110 | 10000001 | 111100 | 101110 | 0 | 110001 | 11100001 | 101011 | 100011 |
Color Harmonies of #334681
Complementary color
Monochromatic Colors of #334681
Black with #334681
Text Example
Text Example
White with #334681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334681; }
p { color: rgb(51,70,129); }
H1.HeaderClassName
{
color: #334681;
}
.AnyTagClassName
{
color: #334681;
}
</style>
background-color css
<style>
a { background-color: #334681; }
a { background-color: rgb(51,70,129); }
div.DivClassName
{
background-color: #334681;
}
.BgClassName
{
background-color: #334681;
}
</style>
border-color css
<style>
span { border-color: #334681; }
span { border-color: rgb(51,70,129); }
td.TdClassName
{
border-color: #334681;
}
.TagClassName
{
border-color: #334681;
}
</style>