Shades of Tory Blue #374B99
Tints of Tory Blue #374B99
RGB
CMYK
RGB Variations
Color information
#374B99 (or 0x374B99) is known color: Tory Blue. HEX triplet: 37, 4B and 99. RGB value is (55,75,153). Sum of RGB (Red+Green+Blue) = 55+75+153=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #374B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374B99 is #C8B466. Grayscale: #4D4D4D. Windows color (decimal): -13153383 or 10046263. OLE color: 10046263.
HSL color Cylindrical-coordinate representation of color #374B99: hue angle of 227.76º 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 #374B99 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 75 | 153 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.4 |
| HSL | 227.76º | 0.47% | 0.41% | - |
| HSV(B) | 227.76º | 0.64% | 0.6% | - |
| XYZ | 9.84 | 8.14 | 31.19 | - |
| YUV | 77.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 153 | 0.64 | 0.51 | 0 | 0.4 | 227.76 | 0.47 | 0.41 |
| Hex | 37 | 4B | 99 | 40 | 33 | 0 | 28 | E4 | 2F | 29 |
| Octal | 67 | 113 | 231 | 100 | 63 | 0 | 50 | 344 | 57 | 51 |
| Binary | 110111 | 1001011 | 10011001 | 1000000 | 110011 | 0 | 101000 | 11100100 | 101111 | 101001 |
Color Harmonies of #374B99
Complementary color
Monochromatic Colors of #374B99
Black with #374B99
Text Example
Text Example
White with #374B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374B99; }
p { color: rgb(55,75,153); }
H1.HeaderClassName
{
color: #374B99;
}
.AnyTagClassName
{
color: #374B99;
}
</style>
background-color css
<style>
a { background-color: #374B99; }
a { background-color: rgb(55,75,153); }
div.DivClassName
{
background-color: #374B99;
}
.BgClassName
{
background-color: #374B99;
}
</style>
border-color css
<style>
span { border-color: #374B99; }
span { border-color: rgb(55,75,153); }
td.TdClassName
{
border-color: #374B99;
}
.TagClassName
{
border-color: #374B99;
}
</style>