Shades of Tory Blue #374BA2
Tints of Tory Blue #374BA2
RGB
CMYK
RGB Variations
Color information
#374BA2 (or 0x374BA2) is known color: Tory Blue. HEX triplet: 37, 4B and A2. RGB value is (55,75,162). Sum of RGB (Red+Green+Blue) = 55+75+162=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 162 (63.67% from 255 or 55.48% from 292); Max value from RGB is 162 - color contains mainly: blue. Hex color #374BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374BA2 is #C8B45D. Grayscale: #4E4E4E. Windows color (decimal): -13153374 or 10636087. OLE color: 10636087.
HSL color Cylindrical-coordinate representation of color #374BA2: hue angle of 228.79º degrees, saturation: 0.49, 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 #374BA2 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 75 | 162 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.36 |
| HSL | 228.79º | 0.49% | 0.43% | - |
| HSV(B) | 228.79º | 0.66% | 0.64% | - |
| XYZ | 10.61 | 8.45 | 35.25 | - |
| YUV | 78.94 | 174.87 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 162 | 0.66 | 0.54 | 0 | 0.36 | 228.79 | 0.49 | 0.43 |
| Hex | 37 | 4B | A2 | 42 | 36 | 0 | 24 | E5 | 31 | 2B |
| Octal | 67 | 113 | 242 | 102 | 66 | 0 | 44 | 345 | 61 | 53 |
| Binary | 110111 | 1001011 | 10100010 | 1000010 | 110110 | 0 | 100100 | 11100101 | 110001 | 101011 |
Color Harmonies of #374BA2
Complementary color
Monochromatic Colors of #374BA2
Black with #374BA2
Text Example
Text Example
White with #374BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374BA2; }
p { color: rgb(55,75,162); }
H1.HeaderClassName
{
color: #374BA2;
}
.AnyTagClassName
{
color: #374BA2;
}
</style>
background-color css
<style>
a { background-color: #374BA2; }
a { background-color: rgb(55,75,162); }
div.DivClassName
{
background-color: #374BA2;
}
.BgClassName
{
background-color: #374BA2;
}
</style>
border-color css
<style>
span { border-color: #374BA2; }
span { border-color: rgb(55,75,162); }
td.TdClassName
{
border-color: #374BA2;
}
.TagClassName
{
border-color: #374BA2;
}
</style>