Shades of Tory Blue #374584
Tints of Tory Blue #374584
RGB
CMYK
RGB Variations
Color information
#374584 (or 0x374584) is known color: Tory Blue. HEX triplet: 37, 45 and 84. RGB value is (55,69,132). Sum of RGB (Red+Green+Blue) = 55+69+132=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #374584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374584 is #C8BA7B. Grayscale: #474747. Windows color (decimal): -13154940 or 8668471. OLE color: 8668471.
HSL color Cylindrical-coordinate representation of color #374584: hue angle of 229.09º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374584 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 69 | 132 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.48 |
| HSL | 229.09º | 0.41% | 0.37% | - |
| HSV(B) | 229.09º | 0.58% | 0.52% | - |
| XYZ | 7.87 | 6.73 | 22.71 | - |
| YUV | 72 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 132 | 0.58 | 0.48 | 0 | 0.48 | 229.09 | 0.41 | 0.37 |
| Hex | 37 | 45 | 84 | 3A | 30 | 0 | 30 | E5 | 29 | 25 |
| Octal | 67 | 105 | 204 | 72 | 60 | 0 | 60 | 345 | 51 | 45 |
| Binary | 110111 | 1000101 | 10000100 | 111010 | 110000 | 0 | 110000 | 11100101 | 101001 | 100101 |
Color Harmonies of #374584
Complementary color
Monochromatic Colors of #374584
Black with #374584
Text Example
Text Example
White with #374584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374584; }
p { color: rgb(55,69,132); }
H1.HeaderClassName
{
color: #374584;
}
.AnyTagClassName
{
color: #374584;
}
</style>
background-color css
<style>
a { background-color: #374584; }
a { background-color: rgb(55,69,132); }
div.DivClassName
{
background-color: #374584;
}
.BgClassName
{
background-color: #374584;
}
</style>
border-color css
<style>
span { border-color: #374584; }
span { border-color: rgb(55,69,132); }
td.TdClassName
{
border-color: #374584;
}
.TagClassName
{
border-color: #374584;
}
</style>