Shades of Tory Blue #27458F
Tints of Tory Blue #27458F
RGB
CMYK
RGB Variations
Color information
#27458F (or 0x27458F) is known color: Tory Blue. HEX triplet: 27, 45 and 8F. RGB value is (39,69,143). Sum of RGB (Red+Green+Blue) = 39+69+143=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #27458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27458F is #D8BA70. Grayscale: #444444. Windows color (decimal): -14203505 or 9389351. OLE color: 9389351.
HSL color Cylindrical-coordinate representation of color #27458F: hue angle of 222.69º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27458F is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 69 | 143 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.44 |
| HSL | 222.69º | 0.57% | 0.36% | - |
| HSV(B) | 222.69º | 0.73% | 0.56% | - |
| XYZ | 7.92 | 6.67 | 26.86 | - |
| YUV | 68.47 | 170.06 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 143 | 0.73 | 0.52 | 0 | 0.44 | 222.69 | 0.57 | 0.36 |
| Hex | 27 | 45 | 8F | 49 | 34 | 0 | 2C | DF | 39 | 24 |
| Octal | 47 | 105 | 217 | 111 | 64 | 0 | 54 | 337 | 71 | 44 |
| Binary | 100111 | 1000101 | 10001111 | 1001001 | 110100 | 0 | 101100 | 11011111 | 111001 | 100100 |
Color Harmonies of #27458F
Complementary color
Monochromatic Colors of #27458F
Black with #27458F
Text Example
Text Example
White with #27458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27458F; }
p { color: rgb(39,69,143); }
H1.HeaderClassName
{
color: #27458F;
}
.AnyTagClassName
{
color: #27458F;
}
</style>
background-color css
<style>
a { background-color: #27458F; }
a { background-color: rgb(39,69,143); }
div.DivClassName
{
background-color: #27458F;
}
.BgClassName
{
background-color: #27458F;
}
</style>
border-color css
<style>
span { border-color: #27458F; }
span { border-color: rgb(39,69,143); }
td.TdClassName
{
border-color: #27458F;
}
.TagClassName
{
border-color: #27458F;
}
</style>