Shades of Tory Blue #273A90
Tints of Tory Blue #273A90
RGB
CMYK
RGB Variations
Color information
#273A90 (or 0x273A90) is known color: Tory Blue. HEX triplet: 27, 3A and 90. RGB value is (39,58,144). Sum of RGB (Red+Green+Blue) = 39+58+144=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #273A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273A90 is #D8C56F. Grayscale: #3D3D3D. Windows color (decimal): -14206320 or 9452071. OLE color: 9452071.
HSL color Cylindrical-coordinate representation of color #273A90: hue angle of 229.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #273A90 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 58 | 144 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.44 |
| HSL | 229.14º | 0.57% | 0.36% | - |
| HSV(B) | 229.14º | 0.73% | 0.56% | - |
| XYZ | 7.38 | 5.47 | 27.05 | - |
| YUV | 62.12 | 174.21 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 144 | 0.73 | 0.60 | 0 | 0.44 | 229.14 | 0.57 | 0.36 |
| Hex | 27 | 3A | 90 | 49 | 3C | 0 | 2C | E5 | 39 | 24 |
| Octal | 47 | 72 | 220 | 111 | 74 | 0 | 54 | 345 | 71 | 44 |
| Binary | 100111 | 111010 | 10010000 | 1001001 | 111100 | 0 | 101100 | 11100101 | 111001 | 100100 |
Color Harmonies of #273A90
Complementary color
Monochromatic Colors of #273A90
Black with #273A90
Text Example
Text Example
White with #273A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273A90; }
p { color: rgb(39,58,144); }
H1.HeaderClassName
{
color: #273A90;
}
.AnyTagClassName
{
color: #273A90;
}
</style>
background-color css
<style>
a { background-color: #273A90; }
a { background-color: rgb(39,58,144); }
div.DivClassName
{
background-color: #273A90;
}
.BgClassName
{
background-color: #273A90;
}
</style>
border-color css
<style>
span { border-color: #273A90; }
span { border-color: rgb(39,58,144); }
td.TdClassName
{
border-color: #273A90;
}
.TagClassName
{
border-color: #273A90;
}
</style>