Shades of Steel Blue #386EBA
Tints of Steel Blue #386EBA
RGB
CMYK
RGB Variations
Color information
#386EBA (or 0x386EBA) is known color: Steel Blue. HEX triplet: 38, 6E and BA. RGB value is (56,110,186). Sum of RGB (Red+Green+Blue) = 56+110+186=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #386EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EBA is #C79145. Grayscale: #666666. Windows color (decimal): -13078854 or 12217912. OLE color: 12217912.
HSL color Cylindrical-coordinate representation of color #386EBA: hue angle of 215.08º 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 #386EBA is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 110 | 186 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.27 |
| HSL | 215.08º | 0.54% | 0.47% | - |
| HSV(B) | 215.08º | 0.7% | 0.73% | - |
| XYZ | 16.07 | 15.54 | 48.61 | - |
| YUV | 102.52 | 175.11 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 186 | 0.70 | 0.41 | 0 | 0.27 | 215.08 | 0.54 | 0.47 |
| Hex | 38 | 6E | BA | 46 | 29 | 0 | 1B | D7 | 36 | 2F |
| Octal | 70 | 156 | 272 | 106 | 51 | 0 | 33 | 327 | 66 | 57 |
| Binary | 111000 | 1101110 | 10111010 | 1000110 | 101001 | 0 | 11011 | 11010111 | 110110 | 101111 |
Color Harmonies of #386EBA
Complementary color
Monochromatic Colors of #386EBA
Black with #386EBA
Text Example
Text Example
White with #386EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386EBA; }
p { color: rgb(56,110,186); }
H1.HeaderClassName
{
color: #386EBA;
}
.AnyTagClassName
{
color: #386EBA;
}
</style>
background-color css
<style>
a { background-color: #386EBA; }
a { background-color: rgb(56,110,186); }
div.DivClassName
{
background-color: #386EBA;
}
.BgClassName
{
background-color: #386EBA;
}
</style>
border-color css
<style>
span { border-color: #386EBA; }
span { border-color: rgb(56,110,186); }
td.TdClassName
{
border-color: #386EBA;
}
.TagClassName
{
border-color: #386EBA;
}
</style>