Shades of Tory Blue #3441A0
Tints of Tory Blue #3441A0
RGB
CMYK
RGB Variations
Color information
#3441A0 (or 0x3441A0) is known color: Tory Blue. HEX triplet: 34, 41 and A0. RGB value is (52,65,160). Sum of RGB (Red+Green+Blue) = 52+65+160=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #3441A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3441A0 is #CBBE5F. Grayscale: #474747. Windows color (decimal): -13352544 or 10502452. OLE color: 10502452.
HSL color Cylindrical-coordinate representation of color #3441A0: hue angle of 232.78º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3441A0 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 65 | 160 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.37 |
| HSL | 232.78º | 0.51% | 0.42% | - |
| HSV(B) | 232.78º | 0.68% | 0.63% | - |
| XYZ | 9.65 | 7.05 | 34.11 | - |
| YUV | 71.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 160 | 0.68 | 0.59 | 0 | 0.37 | 232.78 | 0.51 | 0.42 |
| Hex | 34 | 41 | A0 | 44 | 3B | 0 | 25 | E9 | 33 | 2A |
| Octal | 64 | 101 | 240 | 104 | 73 | 0 | 45 | 351 | 63 | 52 |
| Binary | 110100 | 1000001 | 10100000 | 1000100 | 111011 | 0 | 100101 | 11101001 | 110011 | 101010 |
Color Harmonies of #3441A0
Complementary color
Monochromatic Colors of #3441A0
Black with #3441A0
Text Example
Text Example
White with #3441A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3441A0; }
p { color: rgb(52,65,160); }
H1.HeaderClassName
{
color: #3441A0;
}
.AnyTagClassName
{
color: #3441A0;
}
</style>
background-color css
<style>
a { background-color: #3441A0; }
a { background-color: rgb(52,65,160); }
div.DivClassName
{
background-color: #3441A0;
}
.BgClassName
{
background-color: #3441A0;
}
</style>
border-color css
<style>
span { border-color: #3441A0; }
span { border-color: rgb(52,65,160); }
td.TdClassName
{
border-color: #3441A0;
}
.TagClassName
{
border-color: #3441A0;
}
</style>