Shades of Tory Blue #374DA3
Tints of Tory Blue #374DA3
RGB
CMYK
RGB Variations
Color information
#374DA3 (or 0x374DA3) is known color: Tory Blue. HEX triplet: 37, 4D and A3. RGB value is (55,77,163). Sum of RGB (Red+Green+Blue) = 55+77+163=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 163 (64.06% from 255 or 55.25% from 295); Max value from RGB is 163 - color contains mainly: blue. Hex color #374DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374DA3 is #C8B25C. Grayscale: #4F4F4F. Windows color (decimal): -13152861 or 10702135. OLE color: 10702135.
HSL color Cylindrical-coordinate representation of color #374DA3: hue angle of 227.78º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #374DA3 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 77 | 163 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.36 |
| HSL | 227.78º | 0.5% | 0.43% | - |
| HSV(B) | 227.78º | 0.66% | 0.64% | - |
| XYZ | 10.84 | 8.76 | 35.77 | - |
| YUV | 80.23 | 174.71 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 163 | 0.66 | 0.53 | 0 | 0.36 | 227.78 | 0.5 | 0.43 |
| Hex | 37 | 4D | A3 | 42 | 35 | 0 | 24 | E4 | 32 | 2B |
| Octal | 67 | 115 | 243 | 102 | 65 | 0 | 44 | 344 | 62 | 53 |
| Binary | 110111 | 1001101 | 10100011 | 1000010 | 110101 | 0 | 100100 | 11100100 | 110010 | 101011 |
Color Harmonies of #374DA3
Complementary color
Monochromatic Colors of #374DA3
Black with #374DA3
Text Example
Text Example
White with #374DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374DA3; }
p { color: rgb(55,77,163); }
H1.HeaderClassName
{
color: #374DA3;
}
.AnyTagClassName
{
color: #374DA3;
}
</style>
background-color css
<style>
a { background-color: #374DA3; }
a { background-color: rgb(55,77,163); }
div.DivClassName
{
background-color: #374DA3;
}
.BgClassName
{
background-color: #374DA3;
}
</style>
border-color css
<style>
span { border-color: #374DA3; }
span { border-color: rgb(55,77,163); }
td.TdClassName
{
border-color: #374DA3;
}
.TagClassName
{
border-color: #374DA3;
}
</style>