Shades of Tory Blue #374393
Tints of Tory Blue #374393
RGB
CMYK
RGB Variations
Color information
#374393 (or 0x374393) is known color: Tory Blue. HEX triplet: 37, 43 and 93. RGB value is (55,67,147). Sum of RGB (Red+Green+Blue) = 55+67+147=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #374393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374393 is #C8BC6C. Grayscale: #484848. Windows color (decimal): -13155437 or 9650999. OLE color: 9650999.
HSL color Cylindrical-coordinate representation of color #374393: hue angle of 232.17º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #374393 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 67 | 147 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.42 |
| HSL | 232.17º | 0.46% | 0.4% | - |
| HSV(B) | 232.17º | 0.63% | 0.58% | - |
| XYZ | 8.85 | 6.93 | 28.48 | - |
| YUV | 72.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 147 | 0.63 | 0.54 | 0 | 0.42 | 232.17 | 0.46 | 0.4 |
| Hex | 37 | 43 | 93 | 3F | 36 | 0 | 2A | E8 | 2E | 28 |
| Octal | 67 | 103 | 223 | 77 | 66 | 0 | 52 | 350 | 56 | 50 |
| Binary | 110111 | 1000011 | 10010011 | 111111 | 110110 | 0 | 101010 | 11101000 | 101110 | 101000 |
Color Harmonies of #374393
Complementary color
Monochromatic Colors of #374393
Black with #374393
Text Example
Text Example
White with #374393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374393; }
p { color: rgb(55,67,147); }
H1.HeaderClassName
{
color: #374393;
}
.AnyTagClassName
{
color: #374393;
}
</style>
background-color css
<style>
a { background-color: #374393; }
a { background-color: rgb(55,67,147); }
div.DivClassName
{
background-color: #374393;
}
.BgClassName
{
background-color: #374393;
}
</style>
border-color css
<style>
span { border-color: #374393; }
span { border-color: rgb(55,67,147); }
td.TdClassName
{
border-color: #374393;
}
.TagClassName
{
border-color: #374393;
}
</style>