Shades of Tory Blue #273C8E
Tints of Tory Blue #273C8E
RGB
CMYK
RGB Variations
Color information
#273C8E (or 0x273C8E) is known color: Tory Blue. HEX triplet: 27, 3C and 8E. RGB value is (39,60,142). Sum of RGB (Red+Green+Blue) = 39+60+142=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #273C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273C8E is #D8C371. Grayscale: #3E3E3E. Windows color (decimal): -14205810 or 9321511. OLE color: 9321511.
HSL color Cylindrical-coordinate representation of color #273C8E: hue angle of 227.77º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #273C8E is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 60 | 142 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.44 |
| HSL | 227.77º | 0.57% | 0.35% | - |
| HSV(B) | 227.77º | 0.73% | 0.56% | - |
| XYZ | 7.34 | 5.62 | 26.29 | - |
| YUV | 63.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 142 | 0.73 | 0.58 | 0 | 0.44 | 227.77 | 0.57 | 0.35 |
| Hex | 27 | 3C | 8E | 49 | 3A | 0 | 2C | E4 | 39 | 23 |
| Octal | 47 | 74 | 216 | 111 | 72 | 0 | 54 | 344 | 71 | 43 |
| Binary | 100111 | 111100 | 10001110 | 1001001 | 111010 | 0 | 101100 | 11100100 | 111001 | 100011 |
Color Harmonies of #273C8E
Complementary color
Monochromatic Colors of #273C8E
Black with #273C8E
Text Example
Text Example
White with #273C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C8E; }
p { color: rgb(39,60,142); }
H1.HeaderClassName
{
color: #273C8E;
}
.AnyTagClassName
{
color: #273C8E;
}
</style>
background-color css
<style>
a { background-color: #273C8E; }
a { background-color: rgb(39,60,142); }
div.DivClassName
{
background-color: #273C8E;
}
.BgClassName
{
background-color: #273C8E;
}
</style>
border-color css
<style>
span { border-color: #273C8E; }
span { border-color: rgb(39,60,142); }
td.TdClassName
{
border-color: #273C8E;
}
.TagClassName
{
border-color: #273C8E;
}
</style>