Shades of Tory Blue #273F92
Tints of Tory Blue #273F92
RGB
CMYK
RGB Variations
Color information
#273F92 (or 0x273F92) is known color: Tory Blue. HEX triplet: 27, 3F and 92. RGB value is (39,63,146). Sum of RGB (Red+Green+Blue) = 39+63+146=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #273F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F92 is #D8C06D. Grayscale: #404040. Windows color (decimal): -14205038 or 9584423. OLE color: 9584423.
HSL color Cylindrical-coordinate representation of color #273F92: hue angle of 226.54º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #273F92 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 63 | 146 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.43 |
| HSL | 226.54º | 0.58% | 0.36% | - |
| HSV(B) | 226.54º | 0.73% | 0.57% | - |
| XYZ | 7.8 | 6.06 | 27.95 | - |
| YUV | 65.29 | 173.55 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 146 | 0.73 | 0.57 | 0 | 0.43 | 226.54 | 0.58 | 0.36 |
| Hex | 27 | 3F | 92 | 49 | 39 | 0 | 2B | E3 | 3A | 24 |
| Octal | 47 | 77 | 222 | 111 | 71 | 0 | 53 | 343 | 72 | 44 |
| Binary | 100111 | 111111 | 10010010 | 1001001 | 111001 | 0 | 101011 | 11100011 | 111010 | 100100 |
Color Harmonies of #273F92
Complementary color
Monochromatic Colors of #273F92
Black with #273F92
Text Example
Text Example
White with #273F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F92; }
p { color: rgb(39,63,146); }
H1.HeaderClassName
{
color: #273F92;
}
.AnyTagClassName
{
color: #273F92;
}
</style>
background-color css
<style>
a { background-color: #273F92; }
a { background-color: rgb(39,63,146); }
div.DivClassName
{
background-color: #273F92;
}
.BgClassName
{
background-color: #273F92;
}
</style>
border-color css
<style>
span { border-color: #273F92; }
span { border-color: rgb(39,63,146); }
td.TdClassName
{
border-color: #273F92;
}
.TagClassName
{
border-color: #273F92;
}
</style>