Shades of Steel Blue #3870B7
Tints of Steel Blue #3870B7
RGB
CMYK
RGB Variations
Color information
#3870B7 (or 0x3870B7) is known color: Steel Blue. HEX triplet: 38, 70 and B7. RGB value is (56,112,183). Sum of RGB (Red+Green+Blue) = 56+112+183=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #3870B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3870B7 is #C78F48. Grayscale: #676767. Windows color (decimal): -13078345 or 12021816. OLE color: 12021816.
HSL color Cylindrical-coordinate representation of color #3870B7: hue angle of 213.54º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3870B7 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 112 | 183 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.28 |
| HSL | 213.54º | 0.53% | 0.47% | - |
| HSV(B) | 213.54º | 0.69% | 0.72% | - |
| XYZ | 15.97 | 15.85 | 47.02 | - |
| YUV | 103.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 183 | 0.69 | 0.39 | 0 | 0.28 | 213.54 | 0.53 | 0.47 |
| Hex | 38 | 70 | B7 | 45 | 27 | 0 | 1C | D6 | 35 | 2F |
| Octal | 70 | 160 | 267 | 105 | 47 | 0 | 34 | 326 | 65 | 57 |
| Binary | 111000 | 1110000 | 10110111 | 1000101 | 100111 | 0 | 11100 | 11010110 | 110101 | 101111 |
Color Harmonies of #3870B7
Complementary color
Monochromatic Colors of #3870B7
Black with #3870B7
Text Example
Text Example
White with #3870B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3870B7; }
p { color: rgb(56,112,183); }
H1.HeaderClassName
{
color: #3870B7;
}
.AnyTagClassName
{
color: #3870B7;
}
</style>
background-color css
<style>
a { background-color: #3870B7; }
a { background-color: rgb(56,112,183); }
div.DivClassName
{
background-color: #3870B7;
}
.BgClassName
{
background-color: #3870B7;
}
</style>
border-color css
<style>
span { border-color: #3870B7; }
span { border-color: rgb(56,112,183); }
td.TdClassName
{
border-color: #3870B7;
}
.TagClassName
{
border-color: #3870B7;
}
</style>