Shades of Tory Blue #374A8F
Tints of Tory Blue #374A8F
RGB
CMYK
RGB Variations
Color information
#374A8F (or 0x374A8F) is known color: Tory Blue. HEX triplet: 37, 4A and 8F. RGB value is (55,74,143). Sum of RGB (Red+Green+Blue) = 55+74+143=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #374A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374A8F is #C8B570. Grayscale: #4B4B4B. Windows color (decimal): -13153649 or 9390647. OLE color: 9390647.
HSL color Cylindrical-coordinate representation of color #374A8F: hue angle of 227.05º degrees, saturation: 0.44, 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 #374A8F is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 74 | 143 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.44 |
| HSL | 227.05º | 0.44% | 0.39% | - |
| HSV(B) | 227.05º | 0.62% | 0.56% | - |
| XYZ | 8.98 | 7.69 | 27 | - |
| YUV | 76.19 | 165.71 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 143 | 0.62 | 0.48 | 0 | 0.44 | 227.05 | 0.44 | 0.39 |
| Hex | 37 | 4A | 8F | 3E | 30 | 0 | 2C | E3 | 2C | 27 |
| Octal | 67 | 112 | 217 | 76 | 60 | 0 | 54 | 343 | 54 | 47 |
| Binary | 110111 | 1001010 | 10001111 | 111110 | 110000 | 0 | 101100 | 11100011 | 101100 | 100111 |
Color Harmonies of #374A8F
Complementary color
Monochromatic Colors of #374A8F
Black with #374A8F
Text Example
Text Example
White with #374A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A8F; }
p { color: rgb(55,74,143); }
H1.HeaderClassName
{
color: #374A8F;
}
.AnyTagClassName
{
color: #374A8F;
}
</style>
background-color css
<style>
a { background-color: #374A8F; }
a { background-color: rgb(55,74,143); }
div.DivClassName
{
background-color: #374A8F;
}
.BgClassName
{
background-color: #374A8F;
}
</style>
border-color css
<style>
span { border-color: #374A8F; }
span { border-color: rgb(55,74,143); }
td.TdClassName
{
border-color: #374A8F;
}
.TagClassName
{
border-color: #374A8F;
}
</style>