Shades of Tory Blue #274498
Tints of Tory Blue #274498
RGB
CMYK
RGB Variations
Color information
#274498 (or 0x274498) is known color: Tory Blue. HEX triplet: 27, 44 and 98. RGB value is (39,68,152). Sum of RGB (Red+Green+Blue) = 39+68+152=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #274498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274498 is #D8BB67. Grayscale: #444444. Windows color (decimal): -14203752 or 9978919. OLE color: 9978919.
HSL color Cylindrical-coordinate representation of color #274498: hue angle of 224.6º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #274498 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 68 | 152 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.40 |
| HSL | 224.6º | 0.59% | 0.37% | - |
| HSV(B) | 224.6º | 0.74% | 0.6% | - |
| XYZ | 8.57 | 6.83 | 30.57 | - |
| YUV | 68.91 | 174.89 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 68 | 152 | 0.74 | 0.55 | 0 | 0.40 | 224.6 | 0.59 | 0.37 |
| Hex | 27 | 44 | 98 | 4A | 37 | 0 | 28 | E1 | 3B | 25 |
| Octal | 47 | 104 | 230 | 112 | 67 | 0 | 50 | 341 | 73 | 45 |
| Binary | 100111 | 1000100 | 10011000 | 1001010 | 110111 | 0 | 101000 | 11100001 | 111011 | 100101 |
Color Harmonies of #274498
Complementary color
Monochromatic Colors of #274498
Black with #274498
Text Example
Text Example
White with #274498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274498; }
p { color: rgb(39,68,152); }
H1.HeaderClassName
{
color: #274498;
}
.AnyTagClassName
{
color: #274498;
}
</style>
background-color css
<style>
a { background-color: #274498; }
a { background-color: rgb(39,68,152); }
div.DivClassName
{
background-color: #274498;
}
.BgClassName
{
background-color: #274498;
}
</style>
border-color css
<style>
span { border-color: #274498; }
span { border-color: rgb(39,68,152); }
td.TdClassName
{
border-color: #274498;
}
.TagClassName
{
border-color: #274498;
}
</style>