Shades of Tory Blue #274C9D
Tints of Tory Blue #274C9D
RGB
CMYK
RGB Variations
Color information
#274C9D (or 0x274C9D) is known color: Tory Blue. HEX triplet: 27, 4C and 9D. RGB value is (39,76,157). Sum of RGB (Red+Green+Blue) = 39+76+157=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #274C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274C9D is #D8B362. Grayscale: #494949. Windows color (decimal): -14201699 or 10308647. OLE color: 10308647.
HSL color Cylindrical-coordinate representation of color #274C9D: hue angle of 221.19º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #274C9D is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 76 | 157 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.38 |
| HSL | 221.19º | 0.6% | 0.38% | - |
| HSV(B) | 221.19º | 0.75% | 0.62% | - |
| XYZ | 9.51 | 8.03 | 32.95 | - |
| YUV | 74.17 | 174.74 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 157 | 0.75 | 0.52 | 0 | 0.38 | 221.19 | 0.6 | 0.38 |
| Hex | 27 | 4C | 9D | 4B | 34 | 0 | 26 | DD | 3C | 26 |
| Octal | 47 | 114 | 235 | 113 | 64 | 0 | 46 | 335 | 74 | 46 |
| Binary | 100111 | 1001100 | 10011101 | 1001011 | 110100 | 0 | 100110 | 11011101 | 111100 | 100110 |
Color Harmonies of #274C9D
Complementary color
Monochromatic Colors of #274C9D
Black with #274C9D
Text Example
Text Example
White with #274C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C9D; }
p { color: rgb(39,76,157); }
H1.HeaderClassName
{
color: #274C9D;
}
.AnyTagClassName
{
color: #274C9D;
}
</style>
background-color css
<style>
a { background-color: #274C9D; }
a { background-color: rgb(39,76,157); }
div.DivClassName
{
background-color: #274C9D;
}
.BgClassName
{
background-color: #274C9D;
}
</style>
border-color css
<style>
span { border-color: #274C9D; }
span { border-color: rgb(39,76,157); }
td.TdClassName
{
border-color: #274C9D;
}
.TagClassName
{
border-color: #274C9D;
}
</style>