Shades of Tory Blue #374C9B
Tints of Tory Blue #374C9B
RGB
CMYK
RGB Variations
Color information
#374C9B (or 0x374C9B) is known color: Tory Blue. HEX triplet: 37, 4C and 9B. RGB value is (55,76,155). Sum of RGB (Red+Green+Blue) = 55+76+155=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #374C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374C9B is #C8B364. Grayscale: #4E4E4E. Windows color (decimal): -13153125 or 10177591. OLE color: 10177591.
HSL color Cylindrical-coordinate representation of color #374C9B: hue angle of 227.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #374C9B is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 76 | 155 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.39 |
| HSL | 227.4º | 0.48% | 0.41% | - |
| HSV(B) | 227.4º | 0.65% | 0.61% | - |
| XYZ | 10.08 | 8.35 | 32.09 | - |
| YUV | 78.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 155 | 0.65 | 0.51 | 0 | 0.39 | 227.4 | 0.48 | 0.41 |
| Hex | 37 | 4C | 9B | 41 | 33 | 0 | 27 | E3 | 30 | 29 |
| Octal | 67 | 114 | 233 | 101 | 63 | 0 | 47 | 343 | 60 | 51 |
| Binary | 110111 | 1001100 | 10011011 | 1000001 | 110011 | 0 | 100111 | 11100011 | 110000 | 101001 |
Color Harmonies of #374C9B
Complementary color
Monochromatic Colors of #374C9B
Black with #374C9B
Text Example
Text Example
White with #374C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374C9B; }
p { color: rgb(55,76,155); }
H1.HeaderClassName
{
color: #374C9B;
}
.AnyTagClassName
{
color: #374C9B;
}
</style>
background-color css
<style>
a { background-color: #374C9B; }
a { background-color: rgb(55,76,155); }
div.DivClassName
{
background-color: #374C9B;
}
.BgClassName
{
background-color: #374C9B;
}
</style>
border-color css
<style>
span { border-color: #374C9B; }
span { border-color: rgb(55,76,155); }
td.TdClassName
{
border-color: #374C9B;
}
.TagClassName
{
border-color: #374C9B;
}
</style>