Shades of Tory Blue #273B93
Tints of Tory Blue #273B93
RGB
CMYK
RGB Variations
Color information
#273B93 (or 0x273B93) is known color: Tory Blue. HEX triplet: 27, 3B and 93. RGB value is (39,59,147). Sum of RGB (Red+Green+Blue) = 39+59+147=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #273B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273B93 is #D8C46C. Grayscale: #3E3E3E. Windows color (decimal): -14206061 or 9648935. OLE color: 9648935.
HSL color Cylindrical-coordinate representation of color #273B93: hue angle of 228.89º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #273B93 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 59 | 147 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.42 |
| HSL | 228.89º | 0.58% | 0.36% | - |
| HSV(B) | 228.89º | 0.73% | 0.58% | - |
| XYZ | 7.67 | 5.67 | 28.29 | - |
| YUV | 63.05 | 175.37 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 147 | 0.73 | 0.60 | 0 | 0.42 | 228.89 | 0.58 | 0.36 |
| Hex | 27 | 3B | 93 | 49 | 3C | 0 | 2A | E5 | 3A | 24 |
| Octal | 47 | 73 | 223 | 111 | 74 | 0 | 52 | 345 | 72 | 44 |
| Binary | 100111 | 111011 | 10010011 | 1001001 | 111100 | 0 | 101010 | 11100101 | 111010 | 100100 |
Color Harmonies of #273B93
Complementary color
Monochromatic Colors of #273B93
Black with #273B93
Text Example
Text Example
White with #273B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B93; }
p { color: rgb(39,59,147); }
H1.HeaderClassName
{
color: #273B93;
}
.AnyTagClassName
{
color: #273B93;
}
</style>
background-color css
<style>
a { background-color: #273B93; }
a { background-color: rgb(39,59,147); }
div.DivClassName
{
background-color: #273B93;
}
.BgClassName
{
background-color: #273B93;
}
</style>
border-color css
<style>
span { border-color: #273B93; }
span { border-color: rgb(39,59,147); }
td.TdClassName
{
border-color: #273B93;
}
.TagClassName
{
border-color: #273B93;
}
</style>