Shades of Tory Blue #374B8C
Tints of Tory Blue #374B8C
RGB
CMYK
RGB Variations
Color information
#374B8C (or 0x374B8C) is known color: Tory Blue. HEX triplet: 37, 4B and 8C. RGB value is (55,75,140). Sum of RGB (Red+Green+Blue) = 55+75+140=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #374B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374B8C is #C8B473. Grayscale: #4C4C4C. Windows color (decimal): -13153396 or 9194295. OLE color: 9194295.
HSL color Cylindrical-coordinate representation of color #374B8C: hue angle of 225.88º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #374B8C is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 75 | 140 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.45 |
| HSL | 225.88º | 0.44% | 0.38% | - |
| HSV(B) | 225.88º | 0.61% | 0.55% | - |
| XYZ | 8.83 | 7.74 | 25.84 | - |
| YUV | 76.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 140 | 0.61 | 0.46 | 0 | 0.45 | 225.88 | 0.44 | 0.38 |
| Hex | 37 | 4B | 8C | 3D | 2E | 0 | 2D | E2 | 2C | 26 |
| Octal | 67 | 113 | 214 | 75 | 56 | 0 | 55 | 342 | 54 | 46 |
| Binary | 110111 | 1001011 | 10001100 | 111101 | 101110 | 0 | 101101 | 11100010 | 101100 | 100110 |
Color Harmonies of #374B8C
Complementary color
Monochromatic Colors of #374B8C
Black with #374B8C
Text Example
Text Example
White with #374B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374B8C; }
p { color: rgb(55,75,140); }
H1.HeaderClassName
{
color: #374B8C;
}
.AnyTagClassName
{
color: #374B8C;
}
</style>
background-color css
<style>
a { background-color: #374B8C; }
a { background-color: rgb(55,75,140); }
div.DivClassName
{
background-color: #374B8C;
}
.BgClassName
{
background-color: #374B8C;
}
</style>
border-color css
<style>
span { border-color: #374B8C; }
span { border-color: rgb(55,75,140); }
td.TdClassName
{
border-color: #374B8C;
}
.TagClassName
{
border-color: #374B8C;
}
</style>