Shades of Steel Blue #3A6DBC
Tints of Steel Blue #3A6DBC
RGB
CMYK
RGB Variations
Color information
#3A6DBC (or 0x3A6DBC) is known color: Steel Blue. HEX triplet: 3A, 6D and BC. RGB value is (58,109,188). Sum of RGB (Red+Green+Blue) = 58+109+188=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A6DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6DBC is #C59243. Grayscale: #666666. Windows color (decimal): -12948036 or 12348730. OLE color: 12348730.
HSL color Cylindrical-coordinate representation of color #3A6DBC: hue angle of 216.46º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A6DBC is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 109 | 188 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.26 |
| HSL | 216.46º | 0.53% | 0.48% | - |
| HSV(B) | 216.46º | 0.69% | 0.74% | - |
| XYZ | 16.29 | 15.47 | 49.7 | - |
| YUV | 102.76 | 176.1 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 188 | 0.69 | 0.42 | 0 | 0.26 | 216.46 | 0.53 | 0.48 |
| Hex | 3A | 6D | BC | 45 | 2A | 0 | 1A | D8 | 35 | 30 |
| Octal | 72 | 155 | 274 | 105 | 52 | 0 | 32 | 330 | 65 | 60 |
| Binary | 111010 | 1101101 | 10111100 | 1000101 | 101010 | 0 | 11010 | 11011000 | 110101 | 110000 |
Color Harmonies of #3A6DBC
Complementary color
Monochromatic Colors of #3A6DBC
Black with #3A6DBC
Text Example
Text Example
White with #3A6DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6DBC; }
p { color: rgb(58,109,188); }
H1.HeaderClassName
{
color: #3A6DBC;
}
.AnyTagClassName
{
color: #3A6DBC;
}
</style>
background-color css
<style>
a { background-color: #3A6DBC; }
a { background-color: rgb(58,109,188); }
div.DivClassName
{
background-color: #3A6DBC;
}
.BgClassName
{
background-color: #3A6DBC;
}
</style>
border-color css
<style>
span { border-color: #3A6DBC; }
span { border-color: rgb(58,109,188); }
td.TdClassName
{
border-color: #3A6DBC;
}
.TagClassName
{
border-color: #3A6DBC;
}
</style>