Shades of Tory Blue #374194
Tints of Tory Blue #374194
RGB
CMYK
RGB Variations
Color information
#374194 (or 0x374194) is known color: Tory Blue. HEX triplet: 37, 41 and 94. RGB value is (55,65,148). Sum of RGB (Red+Green+Blue) = 55+65+148=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #374194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374194 is #C8BE6B. Grayscale: #474747. Windows color (decimal): -13155948 or 9716023. OLE color: 9716023.
HSL color Cylindrical-coordinate representation of color #374194: hue angle of 233.55º 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 #374194 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 65 | 148 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.42 |
| HSL | 233.55º | 0.46% | 0.4% | - |
| HSV(B) | 233.55º | 0.63% | 0.58% | - |
| XYZ | 8.81 | 6.73 | 28.85 | - |
| YUV | 71.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 148 | 0.63 | 0.56 | 0 | 0.42 | 233.55 | 0.46 | 0.4 |
| Hex | 37 | 41 | 94 | 3F | 38 | 0 | 2A | EA | 2E | 28 |
| Octal | 67 | 101 | 224 | 77 | 70 | 0 | 52 | 352 | 56 | 50 |
| Binary | 110111 | 1000001 | 10010100 | 111111 | 111000 | 0 | 101010 | 11101010 | 101110 | 101000 |
Color Harmonies of #374194
Complementary color
Monochromatic Colors of #374194
Black with #374194
Text Example
Text Example
White with #374194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374194; }
p { color: rgb(55,65,148); }
H1.HeaderClassName
{
color: #374194;
}
.AnyTagClassName
{
color: #374194;
}
</style>
background-color css
<style>
a { background-color: #374194; }
a { background-color: rgb(55,65,148); }
div.DivClassName
{
background-color: #374194;
}
.BgClassName
{
background-color: #374194;
}
</style>
border-color css
<style>
span { border-color: #374194; }
span { border-color: rgb(55,65,148); }
td.TdClassName
{
border-color: #374194;
}
.TagClassName
{
border-color: #374194;
}
</style>