Shades of Steel Blue #386CBB
Tints of Steel Blue #386CBB
RGB
CMYK
RGB Variations
Color information
#386CBB (or 0x386CBB) is known color: Steel Blue. HEX triplet: 38, 6C and BB. RGB value is (56,108,187). Sum of RGB (Red+Green+Blue) = 56+108+187=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #386CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CBB is #C79344. Grayscale: #656565. Windows color (decimal): -13079365 or 12282936. OLE color: 12282936.
HSL color Cylindrical-coordinate representation of color #386CBB: hue angle of 216.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #386CBB is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 108 | 187 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.27 |
| HSL | 216.18º | 0.54% | 0.48% | - |
| HSV(B) | 216.18º | 0.7% | 0.73% | - |
| XYZ | 15.96 | 15.15 | 49.1 | - |
| YUV | 101.46 | 176.27 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 187 | 0.70 | 0.42 | 0 | 0.27 | 216.18 | 0.54 | 0.48 |
| Hex | 38 | 6C | BB | 46 | 2A | 0 | 1B | D8 | 36 | 30 |
| Octal | 70 | 154 | 273 | 106 | 52 | 0 | 33 | 330 | 66 | 60 |
| Binary | 111000 | 1101100 | 10111011 | 1000110 | 101010 | 0 | 11011 | 11011000 | 110110 | 110000 |
Color Harmonies of #386CBB
Complementary color
Monochromatic Colors of #386CBB
Black with #386CBB
Text Example
Text Example
White with #386CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CBB; }
p { color: rgb(56,108,187); }
H1.HeaderClassName
{
color: #386CBB;
}
.AnyTagClassName
{
color: #386CBB;
}
</style>
background-color css
<style>
a { background-color: #386CBB; }
a { background-color: rgb(56,108,187); }
div.DivClassName
{
background-color: #386CBB;
}
.BgClassName
{
background-color: #386CBB;
}
</style>
border-color css
<style>
span { border-color: #386CBB; }
span { border-color: rgb(56,108,187); }
td.TdClassName
{
border-color: #386CBB;
}
.TagClassName
{
border-color: #386CBB;
}
</style>