Shades of Tory Blue #273F95
Tints of Tory Blue #273F95
RGB
CMYK
RGB Variations
Color information
#273F95 (or 0x273F95) is known color: Tory Blue. HEX triplet: 27, 3F and 95. RGB value is (39,63,149). Sum of RGB (Red+Green+Blue) = 39+63+149=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #273F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F95 is #D8C06A. Grayscale: #414141. Windows color (decimal): -14205035 or 9781031. OLE color: 9781031.
HSL color Cylindrical-coordinate representation of color #273F95: hue angle of 226.91º 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 #273F95 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 63 | 149 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.42 |
| HSL | 226.91º | 0.59% | 0.37% | - |
| HSV(B) | 226.91º | 0.74% | 0.58% | - |
| XYZ | 8.04 | 6.16 | 29.2 | - |
| YUV | 65.63 | 175.05 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 149 | 0.74 | 0.58 | 0 | 0.42 | 226.91 | 0.59 | 0.37 |
| Hex | 27 | 3F | 95 | 4A | 3A | 0 | 2A | E3 | 3B | 25 |
| Octal | 47 | 77 | 225 | 112 | 72 | 0 | 52 | 343 | 73 | 45 |
| Binary | 100111 | 111111 | 10010101 | 1001010 | 111010 | 0 | 101010 | 11100011 | 111011 | 100101 |
Color Harmonies of #273F95
Complementary color
Monochromatic Colors of #273F95
Black with #273F95
Text Example
Text Example
White with #273F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F95; }
p { color: rgb(39,63,149); }
H1.HeaderClassName
{
color: #273F95;
}
.AnyTagClassName
{
color: #273F95;
}
</style>
background-color css
<style>
a { background-color: #273F95; }
a { background-color: rgb(39,63,149); }
div.DivClassName
{
background-color: #273F95;
}
.BgClassName
{
background-color: #273F95;
}
</style>
border-color css
<style>
span { border-color: #273F95; }
span { border-color: rgb(39,63,149); }
td.TdClassName
{
border-color: #273F95;
}
.TagClassName
{
border-color: #273F95;
}
</style>