Shades of Tory Blue #27438D
Tints of Tory Blue #27438D
RGB
CMYK
RGB Variations
Color information
#27438D (or 0x27438D) is known color: Tory Blue. HEX triplet: 27, 43 and 8D. RGB value is (39,67,141). Sum of RGB (Red+Green+Blue) = 39+67+141=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #27438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27438D is #D8BC72. Grayscale: #424242. Windows color (decimal): -14204019 or 9257767. OLE color: 9257767.
HSL color Cylindrical-coordinate representation of color #27438D: hue angle of 223.53º degrees, saturation: 0.57, 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 #27438D is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 67 | 141 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.45 |
| HSL | 223.53º | 0.57% | 0.35% | - |
| HSV(B) | 223.53º | 0.72% | 0.55% | - |
| XYZ | 7.65 | 6.37 | 26.03 | - |
| YUV | 67.06 | 169.72 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 141 | 0.72 | 0.52 | 0 | 0.45 | 223.53 | 0.57 | 0.35 |
| Hex | 27 | 43 | 8D | 48 | 34 | 0 | 2D | E0 | 39 | 23 |
| Octal | 47 | 103 | 215 | 110 | 64 | 0 | 55 | 340 | 71 | 43 |
| Binary | 100111 | 1000011 | 10001101 | 1001000 | 110100 | 0 | 101101 | 11100000 | 111001 | 100011 |
Color Harmonies of #27438D
Complementary color
Monochromatic Colors of #27438D
Black with #27438D
Text Example
Text Example
White with #27438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27438D; }
p { color: rgb(39,67,141); }
H1.HeaderClassName
{
color: #27438D;
}
.AnyTagClassName
{
color: #27438D;
}
</style>
background-color css
<style>
a { background-color: #27438D; }
a { background-color: rgb(39,67,141); }
div.DivClassName
{
background-color: #27438D;
}
.BgClassName
{
background-color: #27438D;
}
</style>
border-color css
<style>
span { border-color: #27438D; }
span { border-color: rgb(39,67,141); }
td.TdClassName
{
border-color: #27438D;
}
.TagClassName
{
border-color: #27438D;
}
</style>