Shades of Tory Blue #27448C
Tints of Tory Blue #27448C
RGB
CMYK
RGB Variations
Color information
#27448C (or 0x27448C) is known color: Tory Blue. HEX triplet: 27, 44 and 8C. RGB value is (39,68,140). Sum of RGB (Red+Green+Blue) = 39+68+140=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #27448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27448C is #D8BB73. Grayscale: #434343. Windows color (decimal): -14203764 or 9192487. OLE color: 9192487.
HSL color Cylindrical-coordinate representation of color #27448C: hue angle of 222.77º degrees, saturation: 0.56, 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 #27448C is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 68 | 140 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.45 |
| HSL | 222.77º | 0.56% | 0.35% | - |
| HSV(B) | 222.77º | 0.72% | 0.55% | - |
| XYZ | 7.64 | 6.46 | 25.66 | - |
| YUV | 67.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 68 | 140 | 0.72 | 0.51 | 0 | 0.45 | 222.77 | 0.56 | 0.35 |
| Hex | 27 | 44 | 8C | 48 | 33 | 0 | 2D | DF | 38 | 23 |
| Octal | 47 | 104 | 214 | 110 | 63 | 0 | 55 | 337 | 70 | 43 |
| Binary | 100111 | 1000100 | 10001100 | 1001000 | 110011 | 0 | 101101 | 11011111 | 111000 | 100011 |
Color Harmonies of #27448C
Complementary color
Monochromatic Colors of #27448C
Black with #27448C
Text Example
Text Example
White with #27448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27448C; }
p { color: rgb(39,68,140); }
H1.HeaderClassName
{
color: #27448C;
}
.AnyTagClassName
{
color: #27448C;
}
</style>
background-color css
<style>
a { background-color: #27448C; }
a { background-color: rgb(39,68,140); }
div.DivClassName
{
background-color: #27448C;
}
.BgClassName
{
background-color: #27448C;
}
</style>
border-color css
<style>
span { border-color: #27448C; }
span { border-color: rgb(39,68,140); }
td.TdClassName
{
border-color: #27448C;
}
.TagClassName
{
border-color: #27448C;
}
</style>