Shades of Tory Blue #273C95
Tints of Tory Blue #273C95
RGB
CMYK
RGB Variations
Color information
#273C95 (or 0x273C95) is known color: Tory Blue. HEX triplet: 27, 3C and 95. RGB value is (39,60,149). Sum of RGB (Red+Green+Blue) = 39+60+149=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #273C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273C95 is #D8C36A. Grayscale: #3F3F3F. Windows color (decimal): -14205803 or 9780263. OLE color: 9780263.
HSL color Cylindrical-coordinate representation of color #273C95: hue angle of 228.55º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #273C95 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 60 | 149 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.42 |
| HSL | 228.55º | 0.59% | 0.37% | - |
| HSV(B) | 228.55º | 0.74% | 0.58% | - |
| XYZ | 7.88 | 5.83 | 29.14 | - |
| YUV | 63.87 | 176.04 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 149 | 0.74 | 0.60 | 0 | 0.42 | 228.55 | 0.59 | 0.37 |
| Hex | 27 | 3C | 95 | 4A | 3C | 0 | 2A | E5 | 3B | 25 |
| Octal | 47 | 74 | 225 | 112 | 74 | 0 | 52 | 345 | 73 | 45 |
| Binary | 100111 | 111100 | 10010101 | 1001010 | 111100 | 0 | 101010 | 11100101 | 111011 | 100101 |
Color Harmonies of #273C95
Complementary color
Monochromatic Colors of #273C95
Black with #273C95
Text Example
Text Example
White with #273C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C95; }
p { color: rgb(39,60,149); }
H1.HeaderClassName
{
color: #273C95;
}
.AnyTagClassName
{
color: #273C95;
}
</style>
background-color css
<style>
a { background-color: #273C95; }
a { background-color: rgb(39,60,149); }
div.DivClassName
{
background-color: #273C95;
}
.BgClassName
{
background-color: #273C95;
}
</style>
border-color css
<style>
span { border-color: #273C95; }
span { border-color: rgb(39,60,149); }
td.TdClassName
{
border-color: #273C95;
}
.TagClassName
{
border-color: #273C95;
}
</style>