Shades of Tory Blue #27418F
Tints of Tory Blue #27418F
RGB
CMYK
RGB Variations
Color information
#27418F (or 0x27418F) is known color: Tory Blue. HEX triplet: 27, 41 and 8F. RGB value is (39,65,143). Sum of RGB (Red+Green+Blue) = 39+65+143=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #27418F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27418F is #D8BE70. Grayscale: #414141. Windows color (decimal): -14204529 or 9388327. OLE color: 9388327.
HSL color Cylindrical-coordinate representation of color #27418F: hue angle of 225º 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 #27418F is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 65 | 143 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.44 |
| HSL | 225º | 0.57% | 0.36% | - |
| HSV(B) | 225º | 0.73% | 0.56% | - |
| XYZ | 7.68 | 6.2 | 26.78 | - |
| YUV | 66.12 | 171.39 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 143 | 0.73 | 0.55 | 0 | 0.44 | 225 | 0.57 | 0.36 |
| Hex | 27 | 41 | 8F | 49 | 37 | 0 | 2C | E1 | 39 | 24 |
| Octal | 47 | 101 | 217 | 111 | 67 | 0 | 54 | 341 | 71 | 44 |
| Binary | 100111 | 1000001 | 10001111 | 1001001 | 110111 | 0 | 101100 | 11100001 | 111001 | 100100 |
Color Harmonies of #27418F
Complementary color
Monochromatic Colors of #27418F
Black with #27418F
Text Example
Text Example
White with #27418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27418F; }
p { color: rgb(39,65,143); }
H1.HeaderClassName
{
color: #27418F;
}
.AnyTagClassName
{
color: #27418F;
}
</style>
background-color css
<style>
a { background-color: #27418F; }
a { background-color: rgb(39,65,143); }
div.DivClassName
{
background-color: #27418F;
}
.BgClassName
{
background-color: #27418F;
}
</style>
border-color css
<style>
span { border-color: #27418F; }
span { border-color: rgb(39,65,143); }
td.TdClassName
{
border-color: #27418F;
}
.TagClassName
{
border-color: #27418F;
}
</style>