Shades of Tory Blue #27458C
Tints of Tory Blue #27458C
RGB
CMYK
RGB Variations
Color information
#27458C (or 0x27458C) is known color: Tory Blue. HEX triplet: 27, 45 and 8C. RGB value is (39,69,140). Sum of RGB (Red+Green+Blue) = 39+69+140=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #27458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27458C is #D8BA73. Grayscale: #434343. Windows color (decimal): -14203508 or 9192743. OLE color: 9192743.
HSL color Cylindrical-coordinate representation of color #27458C: hue angle of 222.18º 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 #27458C is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 69 | 140 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.45 |
| HSL | 222.18º | 0.56% | 0.35% | - |
| HSV(B) | 222.18º | 0.72% | 0.55% | - |
| XYZ | 7.7 | 6.58 | 25.68 | - |
| YUV | 68.12 | 168.56 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 140 | 0.72 | 0.51 | 0 | 0.45 | 222.18 | 0.56 | 0.35 |
| Hex | 27 | 45 | 8C | 48 | 33 | 0 | 2D | DE | 38 | 23 |
| Octal | 47 | 105 | 214 | 110 | 63 | 0 | 55 | 336 | 70 | 43 |
| Binary | 100111 | 1000101 | 10001100 | 1001000 | 110011 | 0 | 101101 | 11011110 | 111000 | 100011 |
Color Harmonies of #27458C
Complementary color
Monochromatic Colors of #27458C
Black with #27458C
Text Example
Text Example
White with #27458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27458C; }
p { color: rgb(39,69,140); }
H1.HeaderClassName
{
color: #27458C;
}
.AnyTagClassName
{
color: #27458C;
}
</style>
background-color css
<style>
a { background-color: #27458C; }
a { background-color: rgb(39,69,140); }
div.DivClassName
{
background-color: #27458C;
}
.BgClassName
{
background-color: #27458C;
}
</style>
border-color css
<style>
span { border-color: #27458C; }
span { border-color: rgb(39,69,140); }
td.TdClassName
{
border-color: #27458C;
}
.TagClassName
{
border-color: #27458C;
}
</style>