Shades of Tory Blue #274C9B
Tints of Tory Blue #274C9B
RGB
CMYK
RGB Variations
Color information
#274C9B (or 0x274C9B) is known color: Tory Blue. HEX triplet: 27, 4C and 9B. RGB value is (39,76,155). Sum of RGB (Red+Green+Blue) = 39+76+155=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #274C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274C9B is #D8B364. Grayscale: #494949. Windows color (decimal): -14201701 or 10177575. OLE color: 10177575.
HSL color Cylindrical-coordinate representation of color #274C9B: hue angle of 220.86º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #274C9B is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 76 | 155 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.39 |
| HSL | 220.86º | 0.6% | 0.38% | - |
| HSV(B) | 220.86º | 0.75% | 0.61% | - |
| XYZ | 9.34 | 7.97 | 32.06 | - |
| YUV | 73.94 | 173.74 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 155 | 0.75 | 0.51 | 0 | 0.39 | 220.86 | 0.6 | 0.38 |
| Hex | 27 | 4C | 9B | 4B | 33 | 0 | 27 | DD | 3C | 26 |
| Octal | 47 | 114 | 233 | 113 | 63 | 0 | 47 | 335 | 74 | 46 |
| Binary | 100111 | 1001100 | 10011011 | 1001011 | 110011 | 0 | 100111 | 11011101 | 111100 | 100110 |
Color Harmonies of #274C9B
Complementary color
Monochromatic Colors of #274C9B
Black with #274C9B
Text Example
Text Example
White with #274C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C9B; }
p { color: rgb(39,76,155); }
H1.HeaderClassName
{
color: #274C9B;
}
.AnyTagClassName
{
color: #274C9B;
}
</style>
background-color css
<style>
a { background-color: #274C9B; }
a { background-color: rgb(39,76,155); }
div.DivClassName
{
background-color: #274C9B;
}
.BgClassName
{
background-color: #274C9B;
}
</style>
border-color css
<style>
span { border-color: #274C9B; }
span { border-color: rgb(39,76,155); }
td.TdClassName
{
border-color: #274C9B;
}
.TagClassName
{
border-color: #274C9B;
}
</style>