Shades of Steel Blue #386DB9
Tints of Steel Blue #386DB9
RGB
CMYK
RGB Variations
Color information
#386DB9 (or 0x386DB9) is known color: Steel Blue. HEX triplet: 38, 6D and B9. RGB value is (56,109,185). Sum of RGB (Red+Green+Blue) = 56+109+185=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #386DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DB9 is #C79246. Grayscale: #656565. Windows color (decimal): -13079111 or 12152120. OLE color: 12152120.
HSL color Cylindrical-coordinate representation of color #386DB9: hue angle of 215.35º 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 #386DB9 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 109 | 185 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.27 |
| HSL | 215.35º | 0.54% | 0.47% | - |
| HSV(B) | 215.35º | 0.7% | 0.73% | - |
| XYZ | 15.86 | 15.28 | 48.01 | - |
| YUV | 101.82 | 174.94 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 185 | 0.70 | 0.41 | 0 | 0.27 | 215.35 | 0.54 | 0.47 |
| Hex | 38 | 6D | B9 | 46 | 29 | 0 | 1B | D7 | 36 | 2F |
| Octal | 70 | 155 | 271 | 106 | 51 | 0 | 33 | 327 | 66 | 57 |
| Binary | 111000 | 1101101 | 10111001 | 1000110 | 101001 | 0 | 11011 | 11010111 | 110110 | 101111 |
Color Harmonies of #386DB9
Complementary color
Monochromatic Colors of #386DB9
Black with #386DB9
Text Example
Text Example
White with #386DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DB9; }
p { color: rgb(56,109,185); }
H1.HeaderClassName
{
color: #386DB9;
}
.AnyTagClassName
{
color: #386DB9;
}
</style>
background-color css
<style>
a { background-color: #386DB9; }
a { background-color: rgb(56,109,185); }
div.DivClassName
{
background-color: #386DB9;
}
.BgClassName
{
background-color: #386DB9;
}
</style>
border-color css
<style>
span { border-color: #386DB9; }
span { border-color: rgb(56,109,185); }
td.TdClassName
{
border-color: #386DB9;
}
.TagClassName
{
border-color: #386DB9;
}
</style>