Shades of Steel Blue #3B70C1
Tints of Steel Blue #3B70C1
RGB
CMYK
RGB Variations
Color information
#3B70C1 (or 0x3B70C1) is known color: Steel Blue. HEX triplet: 3B, 70 and C1. RGB value is (59,112,193). Sum of RGB (Red+Green+Blue) = 59+112+193=364 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.21% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #3B70C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B70C1 is #C48F3E. Grayscale: #696969. Windows color (decimal): -12881727 or 12677179. OLE color: 12677179.
HSL color Cylindrical-coordinate representation of color #3B70C1: hue angle of 216.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B70C1 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 112 | 193 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.24 |
| HSL | 216.27º | 0.53% | 0.49% | - |
| HSV(B) | 216.27º | 0.69% | 0.76% | - |
| XYZ | 17.22 | 16.37 | 52.7 | - |
| YUV | 105.39 | 177.44 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 112 | 193 | 0.69 | 0.42 | 0 | 0.24 | 216.27 | 0.53 | 0.49 |
| Hex | 3B | 70 | C1 | 45 | 2A | 0 | 18 | D8 | 35 | 31 |
| Octal | 73 | 160 | 301 | 105 | 52 | 0 | 30 | 330 | 65 | 61 |
| Binary | 111011 | 1110000 | 11000001 | 1000101 | 101010 | 0 | 11000 | 11011000 | 110101 | 110001 |
Color Harmonies of #3B70C1
Complementary color
Monochromatic Colors of #3B70C1
Black with #3B70C1
Text Example
Text Example
White with #3B70C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B70C1; }
p { color: rgb(59,112,193); }
H1.HeaderClassName
{
color: #3B70C1;
}
.AnyTagClassName
{
color: #3B70C1;
}
</style>
background-color css
<style>
a { background-color: #3B70C1; }
a { background-color: rgb(59,112,193); }
div.DivClassName
{
background-color: #3B70C1;
}
.BgClassName
{
background-color: #3B70C1;
}
</style>
border-color css
<style>
span { border-color: #3B70C1; }
span { border-color: rgb(59,112,193); }
td.TdClassName
{
border-color: #3B70C1;
}
.TagClassName
{
border-color: #3B70C1;
}
</style>