Shades of Tory Blue #27468D
Tints of Tory Blue #27468D
RGB
CMYK
RGB Variations
Color information
#27468D (or 0x27468D) is known color: Tory Blue. HEX triplet: 27, 46 and 8D. RGB value is (39,70,141). Sum of RGB (Red+Green+Blue) = 39+70+141=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #27468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27468D is #D8B972. Grayscale: #444444. Windows color (decimal): -14203251 or 9258535. OLE color: 9258535.
HSL color Cylindrical-coordinate representation of color #27468D: hue angle of 221.76º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27468D is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 70 | 141 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.45 |
| HSL | 221.76º | 0.57% | 0.35% | - |
| HSV(B) | 221.76º | 0.72% | 0.55% | - |
| XYZ | 7.83 | 6.73 | 26.09 | - |
| YUV | 68.83 | 168.73 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 141 | 0.72 | 0.50 | 0 | 0.45 | 221.76 | 0.57 | 0.35 |
| Hex | 27 | 46 | 8D | 48 | 32 | 0 | 2D | DE | 39 | 23 |
| Octal | 47 | 106 | 215 | 110 | 62 | 0 | 55 | 336 | 71 | 43 |
| Binary | 100111 | 1000110 | 10001101 | 1001000 | 110010 | 0 | 101101 | 11011110 | 111001 | 100011 |
Color Harmonies of #27468D
Complementary color
Monochromatic Colors of #27468D
Black with #27468D
Text Example
Text Example
White with #27468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27468D; }
p { color: rgb(39,70,141); }
H1.HeaderClassName
{
color: #27468D;
}
.AnyTagClassName
{
color: #27468D;
}
</style>
background-color css
<style>
a { background-color: #27468D; }
a { background-color: rgb(39,70,141); }
div.DivClassName
{
background-color: #27468D;
}
.BgClassName
{
background-color: #27468D;
}
</style>
border-color css
<style>
span { border-color: #27468D; }
span { border-color: rgb(39,70,141); }
td.TdClassName
{
border-color: #27468D;
}
.TagClassName
{
border-color: #27468D;
}
</style>