Shades of Steel Blue #386DBC
Tints of Steel Blue #386DBC
RGB
CMYK
RGB Variations
Color information
#386DBC (or 0x386DBC) is known color: Steel Blue. HEX triplet: 38, 6D and BC. RGB value is (56,109,188). Sum of RGB (Red+Green+Blue) = 56+109+188=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #386DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DBC is #C79243. Grayscale: #656565. Windows color (decimal): -13079108 or 12348728. OLE color: 12348728.
HSL color Cylindrical-coordinate representation of color #386DBC: hue angle of 215.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #386DBC is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 109 | 188 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.26 |
| HSL | 215.91º | 0.54% | 0.48% | - |
| HSV(B) | 215.91º | 0.7% | 0.74% | - |
| XYZ | 16.18 | 15.41 | 49.7 | - |
| YUV | 102.16 | 176.44 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 188 | 0.70 | 0.42 | 0 | 0.26 | 215.91 | 0.54 | 0.48 |
| Hex | 38 | 6D | BC | 46 | 2A | 0 | 1A | D8 | 36 | 30 |
| Octal | 70 | 155 | 274 | 106 | 52 | 0 | 32 | 330 | 66 | 60 |
| Binary | 111000 | 1101101 | 10111100 | 1000110 | 101010 | 0 | 11010 | 11011000 | 110110 | 110000 |
Color Harmonies of #386DBC
Complementary color
Monochromatic Colors of #386DBC
Black with #386DBC
Text Example
Text Example
White with #386DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DBC; }
p { color: rgb(56,109,188); }
H1.HeaderClassName
{
color: #386DBC;
}
.AnyTagClassName
{
color: #386DBC;
}
</style>
background-color css
<style>
a { background-color: #386DBC; }
a { background-color: rgb(56,109,188); }
div.DivClassName
{
background-color: #386DBC;
}
.BgClassName
{
background-color: #386DBC;
}
</style>
border-color css
<style>
span { border-color: #386DBC; }
span { border-color: rgb(56,109,188); }
td.TdClassName
{
border-color: #386DBC;
}
.TagClassName
{
border-color: #386DBC;
}
</style>