Shades of Tory Blue #27459C
Tints of Tory Blue #27459C
RGB
CMYK
RGB Variations
Color information
#27459C (or 0x27459C) is known color: Tory Blue. HEX triplet: 27, 45 and 9C. RGB value is (39,69,156). Sum of RGB (Red+Green+Blue) = 39+69+156=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #27459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27459C is #D8BA63. Grayscale: #454545. Windows color (decimal): -14203492 or 10241319. OLE color: 10241319.
HSL color Cylindrical-coordinate representation of color #27459C: hue angle of 224.62º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27459C is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 69 | 156 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.39 |
| HSL | 224.62º | 0.6% | 0.38% | - |
| HSV(B) | 224.62º | 0.75% | 0.61% | - |
| XYZ | 8.97 | 7.09 | 32.35 | - |
| YUV | 69.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 156 | 0.75 | 0.56 | 0 | 0.39 | 224.62 | 0.6 | 0.38 |
| Hex | 27 | 45 | 9C | 4B | 38 | 0 | 27 | E1 | 3C | 26 |
| Octal | 47 | 105 | 234 | 113 | 70 | 0 | 47 | 341 | 74 | 46 |
| Binary | 100111 | 1000101 | 10011100 | 1001011 | 111000 | 0 | 100111 | 11100001 | 111100 | 100110 |
Color Harmonies of #27459C
Complementary color
Monochromatic Colors of #27459C
Black with #27459C
Text Example
Text Example
White with #27459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27459C; }
p { color: rgb(39,69,156); }
H1.HeaderClassName
{
color: #27459C;
}
.AnyTagClassName
{
color: #27459C;
}
</style>
background-color css
<style>
a { background-color: #27459C; }
a { background-color: rgb(39,69,156); }
div.DivClassName
{
background-color: #27459C;
}
.BgClassName
{
background-color: #27459C;
}
</style>
border-color css
<style>
span { border-color: #27459C; }
span { border-color: rgb(39,69,156); }
td.TdClassName
{
border-color: #27459C;
}
.TagClassName
{
border-color: #27459C;
}
</style>