Shades of Tory Blue #274C98
Tints of Tory Blue #274C98
RGB
CMYK
RGB Variations
Color information
#274C98 (or 0x274C98) is known color: Tory Blue. HEX triplet: 27, 4C and 98. RGB value is (39,76,152). Sum of RGB (Red+Green+Blue) = 39+76+152=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #274C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274C98 is #D8B367. Grayscale: #494949. Windows color (decimal): -14201704 or 9980967. OLE color: 9980967.
HSL color Cylindrical-coordinate representation of color #274C98: hue angle of 220.35º 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 #274C98 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 76 | 152 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.40 |
| HSL | 220.35º | 0.59% | 0.37% | - |
| HSV(B) | 220.35º | 0.74% | 0.6% | - |
| XYZ | 9.09 | 7.87 | 30.75 | - |
| YUV | 73.6 | 172.24 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 152 | 0.74 | 0.50 | 0 | 0.40 | 220.35 | 0.59 | 0.37 |
| Hex | 27 | 4C | 98 | 4A | 32 | 0 | 28 | DC | 3B | 25 |
| Octal | 47 | 114 | 230 | 112 | 62 | 0 | 50 | 334 | 73 | 45 |
| Binary | 100111 | 1001100 | 10011000 | 1001010 | 110010 | 0 | 101000 | 11011100 | 111011 | 100101 |
Color Harmonies of #274C98
Complementary color
Monochromatic Colors of #274C98
Black with #274C98
Text Example
Text Example
White with #274C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C98; }
p { color: rgb(39,76,152); }
H1.HeaderClassName
{
color: #274C98;
}
.AnyTagClassName
{
color: #274C98;
}
</style>
background-color css
<style>
a { background-color: #274C98; }
a { background-color: rgb(39,76,152); }
div.DivClassName
{
background-color: #274C98;
}
.BgClassName
{
background-color: #274C98;
}
</style>
border-color css
<style>
span { border-color: #274C98; }
span { border-color: rgb(39,76,152); }
td.TdClassName
{
border-color: #274C98;
}
.TagClassName
{
border-color: #274C98;
}
</style>