Shades of Tory Blue #374389
Tints of Tory Blue #374389
RGB
CMYK
RGB Variations
Color information
#374389 (or 0x374389) is known color: Tory Blue. HEX triplet: 37, 43 and 89. RGB value is (55,67,137). Sum of RGB (Red+Green+Blue) = 55+67+137=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #374389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374389 is #C8BC76. Grayscale: #474747. Windows color (decimal): -13155447 or 8995639. OLE color: 8995639.
HSL color Cylindrical-coordinate representation of color #374389: hue angle of 231.22º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #374389 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 67 | 137 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.46 |
| HSL | 231.22º | 0.43% | 0.38% | - |
| HSV(B) | 231.22º | 0.6% | 0.54% | - |
| XYZ | 8.1 | 6.63 | 24.52 | - |
| YUV | 71.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 137 | 0.60 | 0.51 | 0 | 0.46 | 231.22 | 0.43 | 0.38 |
| Hex | 37 | 43 | 89 | 3C | 33 | 0 | 2E | E7 | 2B | 26 |
| Octal | 67 | 103 | 211 | 74 | 63 | 0 | 56 | 347 | 53 | 46 |
| Binary | 110111 | 1000011 | 10001001 | 111100 | 110011 | 0 | 101110 | 11100111 | 101011 | 100110 |
Color Harmonies of #374389
Complementary color
Monochromatic Colors of #374389
Black with #374389
Text Example
Text Example
White with #374389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374389; }
p { color: rgb(55,67,137); }
H1.HeaderClassName
{
color: #374389;
}
.AnyTagClassName
{
color: #374389;
}
</style>
background-color css
<style>
a { background-color: #374389; }
a { background-color: rgb(55,67,137); }
div.DivClassName
{
background-color: #374389;
}
.BgClassName
{
background-color: #374389;
}
</style>
border-color css
<style>
span { border-color: #374389; }
span { border-color: rgb(55,67,137); }
td.TdClassName
{
border-color: #374389;
}
.TagClassName
{
border-color: #374389;
}
</style>