Shades of Tory Blue #334582
Tints of Tory Blue #334582
RGB
CMYK
RGB Variations
Color information
#334582 (or 0x334582) is known color: Tory Blue. HEX triplet: 33, 45 and 82. RGB value is (51,69,130). Sum of RGB (Red+Green+Blue) = 51+69+130=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #334582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334582 is #CCBA7D. Grayscale: #464646. Windows color (decimal): -13417086 or 8537395. OLE color: 8537395.
HSL color Cylindrical-coordinate representation of color #334582: hue angle of 226.33º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334582 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 69 | 130 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.49 |
| HSL | 226.33º | 0.44% | 0.35% | - |
| HSV(B) | 226.33º | 0.61% | 0.51% | - |
| XYZ | 7.52 | 6.57 | 21.99 | - |
| YUV | 70.57 | 161.54 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 130 | 0.61 | 0.47 | 0 | 0.49 | 226.33 | 0.44 | 0.35 |
| Hex | 33 | 45 | 82 | 3D | 2F | 0 | 31 | E2 | 2C | 23 |
| Octal | 63 | 105 | 202 | 75 | 57 | 0 | 61 | 342 | 54 | 43 |
| Binary | 110011 | 1000101 | 10000010 | 111101 | 101111 | 0 | 110001 | 11100010 | 101100 | 100011 |
Color Harmonies of #334582
Complementary color
Monochromatic Colors of #334582
Black with #334582
Text Example
Text Example
White with #334582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334582; }
p { color: rgb(51,69,130); }
H1.HeaderClassName
{
color: #334582;
}
.AnyTagClassName
{
color: #334582;
}
</style>
background-color css
<style>
a { background-color: #334582; }
a { background-color: rgb(51,69,130); }
div.DivClassName
{
background-color: #334582;
}
.BgClassName
{
background-color: #334582;
}
</style>
border-color css
<style>
span { border-color: #334582; }
span { border-color: rgb(51,69,130); }
td.TdClassName
{
border-color: #334582;
}
.TagClassName
{
border-color: #334582;
}
</style>