Shades of Steel Blue #3A70BA
Tints of Steel Blue #3A70BA
RGB
CMYK
RGB Variations
Color information
#3A70BA (or 0x3A70BA) is known color: Steel Blue. HEX triplet: 3A, 70 and BA. RGB value is (58,112,186). Sum of RGB (Red+Green+Blue) = 58+112+186=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A70BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A70BA is #C58F45. Grayscale: #676767. Windows color (decimal): -12947270 or 12218426. OLE color: 12218426.
HSL color Cylindrical-coordinate representation of color #3A70BA: hue angle of 214.69º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A70BA is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 112 | 186 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.27 |
| HSL | 214.69º | 0.52% | 0.48% | - |
| HSV(B) | 214.69º | 0.69% | 0.73% | - |
| XYZ | 16.4 | 16.03 | 48.68 | - |
| YUV | 104.29 | 174.11 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 186 | 0.69 | 0.40 | 0 | 0.27 | 214.69 | 0.52 | 0.48 |
| Hex | 3A | 70 | BA | 45 | 28 | 0 | 1B | D7 | 34 | 30 |
| Octal | 72 | 160 | 272 | 105 | 50 | 0 | 33 | 327 | 64 | 60 |
| Binary | 111010 | 1110000 | 10111010 | 1000101 | 101000 | 0 | 11011 | 11010111 | 110100 | 110000 |
Color Harmonies of #3A70BA
Complementary color
Monochromatic Colors of #3A70BA
Black with #3A70BA
Text Example
Text Example
White with #3A70BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A70BA; }
p { color: rgb(58,112,186); }
H1.HeaderClassName
{
color: #3A70BA;
}
.AnyTagClassName
{
color: #3A70BA;
}
</style>
background-color css
<style>
a { background-color: #3A70BA; }
a { background-color: rgb(58,112,186); }
div.DivClassName
{
background-color: #3A70BA;
}
.BgClassName
{
background-color: #3A70BA;
}
</style>
border-color css
<style>
span { border-color: #3A70BA; }
span { border-color: rgb(58,112,186); }
td.TdClassName
{
border-color: #3A70BA;
}
.TagClassName
{
border-color: #3A70BA;
}
</style>