Shades of Tory Blue #274191
Tints of Tory Blue #274191
RGB
CMYK
RGB Variations
Color information
#274191 (or 0x274191) is known color: Tory Blue. HEX triplet: 27, 41 and 91. RGB value is (39,65,145). Sum of RGB (Red+Green+Blue) = 39+65+145=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #274191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274191 is #D8BE6E. Grayscale: #424242. Windows color (decimal): -14204527 or 9519399. OLE color: 9519399.
HSL color Cylindrical-coordinate representation of color #274191: hue angle of 225.28º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274191 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 65 | 145 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.43 |
| HSL | 225.28º | 0.58% | 0.36% | - |
| HSV(B) | 225.28º | 0.73% | 0.57% | - |
| XYZ | 7.84 | 6.26 | 27.58 | - |
| YUV | 66.35 | 172.39 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 145 | 0.73 | 0.55 | 0 | 0.43 | 225.28 | 0.58 | 0.36 |
| Hex | 27 | 41 | 91 | 49 | 37 | 0 | 2B | E1 | 3A | 24 |
| Octal | 47 | 101 | 221 | 111 | 67 | 0 | 53 | 341 | 72 | 44 |
| Binary | 100111 | 1000001 | 10010001 | 1001001 | 110111 | 0 | 101011 | 11100001 | 111010 | 100100 |
Color Harmonies of #274191
Complementary color
Monochromatic Colors of #274191
Black with #274191
Text Example
Text Example
White with #274191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274191; }
p { color: rgb(39,65,145); }
H1.HeaderClassName
{
color: #274191;
}
.AnyTagClassName
{
color: #274191;
}
</style>
background-color css
<style>
a { background-color: #274191; }
a { background-color: rgb(39,65,145); }
div.DivClassName
{
background-color: #274191;
}
.BgClassName
{
background-color: #274191;
}
</style>
border-color css
<style>
span { border-color: #274191; }
span { border-color: rgb(39,65,145); }
td.TdClassName
{
border-color: #274191;
}
.TagClassName
{
border-color: #274191;
}
</style>