Shades of Tory Blue #27488E
Tints of Tory Blue #27488E
RGB
CMYK
RGB Variations
Color information
#27488E (or 0x27488E) is known color: Tory Blue. HEX triplet: 27, 48 and 8E. RGB value is (39,72,142). Sum of RGB (Red+Green+Blue) = 39+72+142=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #27488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27488E is #D8B771. Grayscale: #454545. Windows color (decimal): -14202738 or 9324583. OLE color: 9324583.
HSL color Cylindrical-coordinate representation of color #27488E: hue angle of 220.78º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27488E is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 72 | 142 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.44 |
| HSL | 220.78º | 0.57% | 0.35% | - |
| HSV(B) | 220.78º | 0.73% | 0.56% | - |
| XYZ | 8.04 | 7.02 | 26.52 | - |
| YUV | 70.11 | 168.57 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 142 | 0.73 | 0.49 | 0 | 0.44 | 220.78 | 0.57 | 0.35 |
| Hex | 27 | 48 | 8E | 49 | 31 | 0 | 2C | DD | 39 | 23 |
| Octal | 47 | 110 | 216 | 111 | 61 | 0 | 54 | 335 | 71 | 43 |
| Binary | 100111 | 1001000 | 10001110 | 1001001 | 110001 | 0 | 101100 | 11011101 | 111001 | 100011 |
Color Harmonies of #27488E
Complementary color
Monochromatic Colors of #27488E
Black with #27488E
Text Example
Text Example
White with #27488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27488E; }
p { color: rgb(39,72,142); }
H1.HeaderClassName
{
color: #27488E;
}
.AnyTagClassName
{
color: #27488E;
}
</style>
background-color css
<style>
a { background-color: #27488E; }
a { background-color: rgb(39,72,142); }
div.DivClassName
{
background-color: #27488E;
}
.BgClassName
{
background-color: #27488E;
}
</style>
border-color css
<style>
span { border-color: #27488E; }
span { border-color: rgb(39,72,142); }
td.TdClassName
{
border-color: #27488E;
}
.TagClassName
{
border-color: #27488E;
}
</style>