Shades of Tory Blue #273F93
Tints of Tory Blue #273F93
RGB
CMYK
RGB Variations
Color information
#273F93 (or 0x273F93) is known color: Tory Blue. HEX triplet: 27, 3F and 93. RGB value is (39,63,147). Sum of RGB (Red+Green+Blue) = 39+63+147=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #273F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F93 is #D8C06C. Grayscale: #414141. Windows color (decimal): -14205037 or 9649959. OLE color: 9649959.
HSL color Cylindrical-coordinate representation of color #273F93: hue angle of 226.67º 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 #273F93 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 63 | 147 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.42 |
| HSL | 226.67º | 0.58% | 0.36% | - |
| HSV(B) | 226.67º | 0.73% | 0.58% | - |
| XYZ | 7.88 | 6.09 | 28.36 | - |
| YUV | 65.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 147 | 0.73 | 0.57 | 0 | 0.42 | 226.67 | 0.58 | 0.36 |
| Hex | 27 | 3F | 93 | 49 | 39 | 0 | 2A | E3 | 3A | 24 |
| Octal | 47 | 77 | 223 | 111 | 71 | 0 | 52 | 343 | 72 | 44 |
| Binary | 100111 | 111111 | 10010011 | 1001001 | 111001 | 0 | 101010 | 11100011 | 111010 | 100100 |
Color Harmonies of #273F93
Complementary color
Monochromatic Colors of #273F93
Black with #273F93
Text Example
Text Example
White with #273F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F93; }
p { color: rgb(39,63,147); }
H1.HeaderClassName
{
color: #273F93;
}
.AnyTagClassName
{
color: #273F93;
}
</style>
background-color css
<style>
a { background-color: #273F93; }
a { background-color: rgb(39,63,147); }
div.DivClassName
{
background-color: #273F93;
}
.BgClassName
{
background-color: #273F93;
}
</style>
border-color css
<style>
span { border-color: #273F93; }
span { border-color: rgb(39,63,147); }
td.TdClassName
{
border-color: #273F93;
}
.TagClassName
{
border-color: #273F93;
}
</style>