Shades of Tory Blue #274095
Tints of Tory Blue #274095
RGB
CMYK
RGB Variations
Color information
#274095 (or 0x274095) is known color: Tory Blue. HEX triplet: 27, 40 and 95. RGB value is (39,64,149). Sum of RGB (Red+Green+Blue) = 39+64+149=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #274095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274095 is #D8BF6A. Grayscale: #414141. Windows color (decimal): -14204779 or 9781287. OLE color: 9781287.
HSL color Cylindrical-coordinate representation of color #274095: hue angle of 226.36º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #274095 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 64 | 149 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.42 |
| HSL | 226.36º | 0.59% | 0.37% | - |
| HSV(B) | 226.36º | 0.74% | 0.58% | - |
| XYZ | 8.09 | 6.27 | 29.22 | - |
| YUV | 66.22 | 174.72 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 149 | 0.74 | 0.57 | 0 | 0.42 | 226.36 | 0.59 | 0.37 |
| Hex | 27 | 40 | 95 | 4A | 39 | 0 | 2A | E2 | 3B | 25 |
| Octal | 47 | 100 | 225 | 112 | 71 | 0 | 52 | 342 | 73 | 45 |
| Binary | 100111 | 1000000 | 10010101 | 1001010 | 111001 | 0 | 101010 | 11100010 | 111011 | 100101 |
Color Harmonies of #274095
Complementary color
Monochromatic Colors of #274095
Black with #274095
Text Example
Text Example
White with #274095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274095; }
p { color: rgb(39,64,149); }
H1.HeaderClassName
{
color: #274095;
}
.AnyTagClassName
{
color: #274095;
}
</style>
background-color css
<style>
a { background-color: #274095; }
a { background-color: rgb(39,64,149); }
div.DivClassName
{
background-color: #274095;
}
.BgClassName
{
background-color: #274095;
}
</style>
border-color css
<style>
span { border-color: #274095; }
span { border-color: rgb(39,64,149); }
td.TdClassName
{
border-color: #274095;
}
.TagClassName
{
border-color: #274095;
}
</style>