Shades of Steel Blue #376DBA
Tints of Steel Blue #376DBA
RGB
CMYK
RGB Variations
Color information
#376DBA (or 0x376DBA) is known color: Steel Blue. HEX triplet: 37, 6D and BA. RGB value is (55,109,186). Sum of RGB (Red+Green+Blue) = 55+109+186=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #376DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376DBA is #C89245. Grayscale: #656565. Windows color (decimal): -13144646 or 12217655. OLE color: 12217655.
HSL color Cylindrical-coordinate representation of color #376DBA: hue angle of 215.27º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #376DBA is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 109 | 186 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.27 |
| HSL | 215.27º | 0.54% | 0.47% | - |
| HSV(B) | 215.27º | 0.7% | 0.73% | - |
| XYZ | 15.91 | 15.29 | 48.57 | - |
| YUV | 101.63 | 175.61 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 186 | 0.70 | 0.41 | 0 | 0.27 | 215.27 | 0.54 | 0.47 |
| Hex | 37 | 6D | BA | 46 | 29 | 0 | 1B | D7 | 36 | 2F |
| Octal | 67 | 155 | 272 | 106 | 51 | 0 | 33 | 327 | 66 | 57 |
| Binary | 110111 | 1101101 | 10111010 | 1000110 | 101001 | 0 | 11011 | 11010111 | 110110 | 101111 |
Color Harmonies of #376DBA
Complementary color
Monochromatic Colors of #376DBA
Black with #376DBA
Text Example
Text Example
White with #376DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376DBA; }
p { color: rgb(55,109,186); }
H1.HeaderClassName
{
color: #376DBA;
}
.AnyTagClassName
{
color: #376DBA;
}
</style>
background-color css
<style>
a { background-color: #376DBA; }
a { background-color: rgb(55,109,186); }
div.DivClassName
{
background-color: #376DBA;
}
.BgClassName
{
background-color: #376DBA;
}
</style>
border-color css
<style>
span { border-color: #376DBA; }
span { border-color: rgb(55,109,186); }
td.TdClassName
{
border-color: #376DBA;
}
.TagClassName
{
border-color: #376DBA;
}
</style>