Shades of Tory Blue #2749A1
Tints of Tory Blue #2749A1
RGB
CMYK
RGB Variations
Color information
#2749A1 (or 0x2749A1) is known color: Tory Blue. HEX triplet: 27, 49 and A1. RGB value is (39,73,161). Sum of RGB (Red+Green+Blue) = 39+73+161=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #2749A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2749A1 is #D8B65E. Grayscale: #484848. Windows color (decimal): -14202463 or 10570023. OLE color: 10570023.
HSL color Cylindrical-coordinate representation of color #2749A1: hue angle of 223.28º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2749A1 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 73 | 161 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.37 |
| HSL | 223.28º | 0.61% | 0.39% | - |
| HSV(B) | 223.28º | 0.76% | 0.63% | - |
| XYZ | 9.65 | 7.77 | 34.71 | - |
| YUV | 72.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 161 | 0.76 | 0.55 | 0 | 0.37 | 223.28 | 0.61 | 0.39 |
| Hex | 27 | 49 | A1 | 4C | 37 | 0 | 25 | DF | 3D | 27 |
| Octal | 47 | 111 | 241 | 114 | 67 | 0 | 45 | 337 | 75 | 47 |
| Binary | 100111 | 1001001 | 10100001 | 1001100 | 110111 | 0 | 100101 | 11011111 | 111101 | 100111 |
Color Harmonies of #2749A1
Complementary color
Monochromatic Colors of #2749A1
Black with #2749A1
Text Example
Text Example
White with #2749A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2749A1; }
p { color: rgb(39,73,161); }
H1.HeaderClassName
{
color: #2749A1;
}
.AnyTagClassName
{
color: #2749A1;
}
</style>
background-color css
<style>
a { background-color: #2749A1; }
a { background-color: rgb(39,73,161); }
div.DivClassName
{
background-color: #2749A1;
}
.BgClassName
{
background-color: #2749A1;
}
</style>
border-color css
<style>
span { border-color: #2749A1; }
span { border-color: rgb(39,73,161); }
td.TdClassName
{
border-color: #2749A1;
}
.TagClassName
{
border-color: #2749A1;
}
</style>