Shades of Tory Blue #27449B
Tints of Tory Blue #27449B
RGB
CMYK
RGB Variations
Color information
#27449B (or 0x27449B) is known color: Tory Blue. HEX triplet: 27, 44 and 9B. RGB value is (39,68,155). Sum of RGB (Red+Green+Blue) = 39+68+155=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #27449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27449B is #D8BB64. Grayscale: #444444. Windows color (decimal): -14203749 or 10175527. OLE color: 10175527.
HSL color Cylindrical-coordinate representation of color #27449B: hue angle of 225º 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 #27449B is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 68 | 155 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.39 |
| HSL | 225º | 0.6% | 0.38% | - |
| HSV(B) | 225º | 0.75% | 0.61% | - |
| XYZ | 8.82 | 6.93 | 31.88 | - |
| YUV | 69.25 | 176.39 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 68 | 155 | 0.75 | 0.56 | 0 | 0.39 | 225 | 0.6 | 0.38 |
| Hex | 27 | 44 | 9B | 4B | 38 | 0 | 27 | E1 | 3C | 26 |
| Octal | 47 | 104 | 233 | 113 | 70 | 0 | 47 | 341 | 74 | 46 |
| Binary | 100111 | 1000100 | 10011011 | 1001011 | 111000 | 0 | 100111 | 11100001 | 111100 | 100110 |
Color Harmonies of #27449B
Complementary color
Monochromatic Colors of #27449B
Black with #27449B
Text Example
Text Example
White with #27449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27449B; }
p { color: rgb(39,68,155); }
H1.HeaderClassName
{
color: #27449B;
}
.AnyTagClassName
{
color: #27449B;
}
</style>
background-color css
<style>
a { background-color: #27449B; }
a { background-color: rgb(39,68,155); }
div.DivClassName
{
background-color: #27449B;
}
.BgClassName
{
background-color: #27449B;
}
</style>
border-color css
<style>
span { border-color: #27449B; }
span { border-color: rgb(39,68,155); }
td.TdClassName
{
border-color: #27449B;
}
.TagClassName
{
border-color: #27449B;
}
</style>