Shades of Tory Blue #273F8A
Tints of Tory Blue #273F8A
RGB
CMYK
RGB Variations
Color information
#273F8A (or 0x273F8A) is known color: Tory Blue. HEX triplet: 27, 3F and 8A. RGB value is (39,63,138). Sum of RGB (Red+Green+Blue) = 39+63+138=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #273F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F8A is #D8C075. Grayscale: #404040. Windows color (decimal): -14205046 or 9060135. OLE color: 9060135.
HSL color Cylindrical-coordinate representation of color #273F8A: hue angle of 225.45º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #273F8A is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 63 | 138 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.46 |
| HSL | 225.45º | 0.56% | 0.35% | - |
| HSV(B) | 225.45º | 0.72% | 0.54% | - |
| XYZ | 7.2 | 5.82 | 24.79 | - |
| YUV | 64.37 | 169.55 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 138 | 0.72 | 0.54 | 0 | 0.46 | 225.45 | 0.56 | 0.35 |
| Hex | 27 | 3F | 8A | 48 | 36 | 0 | 2E | E1 | 38 | 23 |
| Octal | 47 | 77 | 212 | 110 | 66 | 0 | 56 | 341 | 70 | 43 |
| Binary | 100111 | 111111 | 10001010 | 1001000 | 110110 | 0 | 101110 | 11100001 | 111000 | 100011 |
Color Harmonies of #273F8A
Complementary color
Monochromatic Colors of #273F8A
Black with #273F8A
Text Example
Text Example
White with #273F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F8A; }
p { color: rgb(39,63,138); }
H1.HeaderClassName
{
color: #273F8A;
}
.AnyTagClassName
{
color: #273F8A;
}
</style>
background-color css
<style>
a { background-color: #273F8A; }
a { background-color: rgb(39,63,138); }
div.DivClassName
{
background-color: #273F8A;
}
.BgClassName
{
background-color: #273F8A;
}
</style>
border-color css
<style>
span { border-color: #273F8A; }
span { border-color: rgb(39,63,138); }
td.TdClassName
{
border-color: #273F8A;
}
.TagClassName
{
border-color: #273F8A;
}
</style>