Shades of Tory Blue #273F8F
Tints of Tory Blue #273F8F
RGB
CMYK
RGB Variations
Color information
#273F8F (or 0x273F8F) is known color: Tory Blue. HEX triplet: 27, 3F and 8F. RGB value is (39,63,143). Sum of RGB (Red+Green+Blue) = 39+63+143=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #273F8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F8F is #D8C070. Grayscale: #404040. Windows color (decimal): -14205041 or 9387815. OLE color: 9387815.
HSL color Cylindrical-coordinate representation of color #273F8F: hue angle of 226.15º 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 #273F8F is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 63 | 143 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.44 |
| HSL | 226.15º | 0.57% | 0.36% | - |
| HSV(B) | 226.15º | 0.73% | 0.56% | - |
| XYZ | 7.57 | 5.97 | 26.74 | - |
| YUV | 64.94 | 172.05 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 143 | 0.73 | 0.56 | 0 | 0.44 | 226.15 | 0.57 | 0.36 |
| Hex | 27 | 3F | 8F | 49 | 38 | 0 | 2C | E2 | 39 | 24 |
| Octal | 47 | 77 | 217 | 111 | 70 | 0 | 54 | 342 | 71 | 44 |
| Binary | 100111 | 111111 | 10001111 | 1001001 | 111000 | 0 | 101100 | 11100010 | 111001 | 100100 |
Color Harmonies of #273F8F
Complementary color
Monochromatic Colors of #273F8F
Black with #273F8F
Text Example
Text Example
White with #273F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F8F; }
p { color: rgb(39,63,143); }
H1.HeaderClassName
{
color: #273F8F;
}
.AnyTagClassName
{
color: #273F8F;
}
</style>
background-color css
<style>
a { background-color: #273F8F; }
a { background-color: rgb(39,63,143); }
div.DivClassName
{
background-color: #273F8F;
}
.BgClassName
{
background-color: #273F8F;
}
</style>
border-color css
<style>
span { border-color: #273F8F; }
span { border-color: rgb(39,63,143); }
td.TdClassName
{
border-color: #273F8F;
}
.TagClassName
{
border-color: #273F8F;
}
</style>