Shades of Tory Blue #374A90
Tints of Tory Blue #374A90
RGB
CMYK
RGB Variations
Color information
#374A90 (or 0x374A90) is known color: Tory Blue. HEX triplet: 37, 4A and 90. RGB value is (55,74,144). Sum of RGB (Red+Green+Blue) = 55+74+144=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #374A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374A90 is #C8B56F. Grayscale: #4C4C4C. Windows color (decimal): -13153648 or 9456183. OLE color: 9456183.
HSL color Cylindrical-coordinate representation of color #374A90: hue angle of 227.19º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #374A90 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 74 | 144 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.44 |
| HSL | 227.19º | 0.45% | 0.39% | - |
| HSV(B) | 227.19º | 0.62% | 0.56% | - |
| XYZ | 9.06 | 7.72 | 27.4 | - |
| YUV | 76.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 144 | 0.62 | 0.49 | 0 | 0.44 | 227.19 | 0.45 | 0.39 |
| Hex | 37 | 4A | 90 | 3E | 31 | 0 | 2C | E3 | 2D | 27 |
| Octal | 67 | 112 | 220 | 76 | 61 | 0 | 54 | 343 | 55 | 47 |
| Binary | 110111 | 1001010 | 10010000 | 111110 | 110001 | 0 | 101100 | 11100011 | 101101 | 100111 |
Color Harmonies of #374A90
Complementary color
Monochromatic Colors of #374A90
Black with #374A90
Text Example
Text Example
White with #374A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A90; }
p { color: rgb(55,74,144); }
H1.HeaderClassName
{
color: #374A90;
}
.AnyTagClassName
{
color: #374A90;
}
</style>
background-color css
<style>
a { background-color: #374A90; }
a { background-color: rgb(55,74,144); }
div.DivClassName
{
background-color: #374A90;
}
.BgClassName
{
background-color: #374A90;
}
</style>
border-color css
<style>
span { border-color: #374A90; }
span { border-color: rgb(55,74,144); }
td.TdClassName
{
border-color: #374A90;
}
.TagClassName
{
border-color: #374A90;
}
</style>