Shades of Tory Blue #374BA1
Tints of Tory Blue #374BA1
RGB
CMYK
RGB Variations
Color information
#374BA1 (or 0x374BA1) is known color: Tory Blue. HEX triplet: 37, 4B and A1. RGB value is (55,75,161). Sum of RGB (Red+Green+Blue) = 55+75+161=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 161 (63.28% from 255 or 55.33% from 291); Max value from RGB is 161 - color contains mainly: blue. Hex color #374BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374BA1 is #C8B45E. Grayscale: #4E4E4E. Windows color (decimal): -13153375 or 10570551. OLE color: 10570551.
HSL color Cylindrical-coordinate representation of color #374BA1: hue angle of 228.68º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #374BA1 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 75 | 161 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.37 |
| HSL | 228.68º | 0.49% | 0.42% | - |
| HSV(B) | 228.68º | 0.66% | 0.63% | - |
| XYZ | 10.52 | 8.42 | 34.79 | - |
| YUV | 78.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 161 | 0.66 | 0.53 | 0 | 0.37 | 228.68 | 0.49 | 0.42 |
| Hex | 37 | 4B | A1 | 42 | 35 | 0 | 25 | E5 | 31 | 2A |
| Octal | 67 | 113 | 241 | 102 | 65 | 0 | 45 | 345 | 61 | 52 |
| Binary | 110111 | 1001011 | 10100001 | 1000010 | 110101 | 0 | 100101 | 11100101 | 110001 | 101010 |
Color Harmonies of #374BA1
Complementary color
Monochromatic Colors of #374BA1
Black with #374BA1
Text Example
Text Example
White with #374BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374BA1; }
p { color: rgb(55,75,161); }
H1.HeaderClassName
{
color: #374BA1;
}
.AnyTagClassName
{
color: #374BA1;
}
</style>
background-color css
<style>
a { background-color: #374BA1; }
a { background-color: rgb(55,75,161); }
div.DivClassName
{
background-color: #374BA1;
}
.BgClassName
{
background-color: #374BA1;
}
</style>
border-color css
<style>
span { border-color: #374BA1; }
span { border-color: rgb(55,75,161); }
td.TdClassName
{
border-color: #374BA1;
}
.TagClassName
{
border-color: #374BA1;
}
</style>