Shades of Tory Blue #3445A1
Tints of Tory Blue #3445A1
RGB
CMYK
RGB Variations
Color information
#3445A1 (or 0x3445A1) is known color: Tory Blue. HEX triplet: 34, 45 and A1. RGB value is (52,69,161). Sum of RGB (Red+Green+Blue) = 52+69+161=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 161 (63.28% from 255 or 57.09% from 282); Max value from RGB is 161 - color contains mainly: blue. Hex color #3445A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3445A1 is #CBBA5E. Grayscale: #4A4A4A. Windows color (decimal): -13351519 or 10569012. OLE color: 10569012.
HSL color Cylindrical-coordinate representation of color #3445A1: hue angle of 230.64º 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 #3445A1 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 69 | 161 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.37 |
| HSL | 230.64º | 0.51% | 0.42% | - |
| HSV(B) | 230.64º | 0.68% | 0.63% | - |
| XYZ | 9.98 | 7.56 | 34.65 | - |
| YUV | 74.41 | 176.87 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 161 | 0.68 | 0.57 | 0 | 0.37 | 230.64 | 0.51 | 0.42 |
| Hex | 34 | 45 | A1 | 44 | 39 | 0 | 25 | E7 | 33 | 2A |
| Octal | 64 | 105 | 241 | 104 | 71 | 0 | 45 | 347 | 63 | 52 |
| Binary | 110100 | 1000101 | 10100001 | 1000100 | 111001 | 0 | 100101 | 11100111 | 110011 | 101010 |
Color Harmonies of #3445A1
Complementary color
Monochromatic Colors of #3445A1
Black with #3445A1
Text Example
Text Example
White with #3445A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3445A1; }
p { color: rgb(52,69,161); }
H1.HeaderClassName
{
color: #3445A1;
}
.AnyTagClassName
{
color: #3445A1;
}
</style>
background-color css
<style>
a { background-color: #3445A1; }
a { background-color: rgb(52,69,161); }
div.DivClassName
{
background-color: #3445A1;
}
.BgClassName
{
background-color: #3445A1;
}
</style>
border-color css
<style>
span { border-color: #3445A1; }
span { border-color: rgb(52,69,161); }
td.TdClassName
{
border-color: #3445A1;
}
.TagClassName
{
border-color: #3445A1;
}
</style>