Shades of Tory Blue #374D9A
Tints of Tory Blue #374D9A
RGB
CMYK
RGB Variations
Color information
#374D9A (or 0x374D9A) is known color: Tory Blue. HEX triplet: 37, 4D and 9A. RGB value is (55,77,154). Sum of RGB (Red+Green+Blue) = 55+77+154=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #374D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D9A is #C8B265. Grayscale: #4E4E4E. Windows color (decimal): -13152870 or 10112311. OLE color: 10112311.
HSL color Cylindrical-coordinate representation of color #374D9A: hue angle of 226.67º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #374D9A is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 77 | 154 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.40 |
| HSL | 226.67º | 0.47% | 0.41% | - |
| HSV(B) | 226.67º | 0.64% | 0.6% | - |
| XYZ | 10.06 | 8.45 | 31.67 | - |
| YUV | 79.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 154 | 0.64 | 0.50 | 0 | 0.40 | 226.67 | 0.47 | 0.41 |
| Hex | 37 | 4D | 9A | 40 | 32 | 0 | 28 | E3 | 2F | 29 |
| Octal | 67 | 115 | 232 | 100 | 62 | 0 | 50 | 343 | 57 | 51 |
| Binary | 110111 | 1001101 | 10011010 | 1000000 | 110010 | 0 | 101000 | 11100011 | 101111 | 101001 |
Color Harmonies of #374D9A
Complementary color
Monochromatic Colors of #374D9A
Black with #374D9A
Text Example
Text Example
White with #374D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D9A; }
p { color: rgb(55,77,154); }
H1.HeaderClassName
{
color: #374D9A;
}
.AnyTagClassName
{
color: #374D9A;
}
</style>
background-color css
<style>
a { background-color: #374D9A; }
a { background-color: rgb(55,77,154); }
div.DivClassName
{
background-color: #374D9A;
}
.BgClassName
{
background-color: #374D9A;
}
</style>
border-color css
<style>
span { border-color: #374D9A; }
span { border-color: rgb(55,77,154); }
td.TdClassName
{
border-color: #374D9A;
}
.TagClassName
{
border-color: #374D9A;
}
</style>