Shades of Steel Blue #3D7DB0
Tints of Steel Blue #3D7DB0
RGB
CMYK
RGB Variations
Color information
#3D7DB0 (or 0x3D7DB0) is known color: Steel Blue. HEX triplet: 3D, 7D and B0. RGB value is (61,125,176). Sum of RGB (Red+Green+Blue) = 61+125+176=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #3D7DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7DB0 is #C2824F. Grayscale: #6F6F6F. Windows color (decimal): -12747344 or 11566397. OLE color: 11566397.
HSL color Cylindrical-coordinate representation of color #3D7DB0: hue angle of 206.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D7DB0 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 125 | 176 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.31 |
| HSL | 206.61º | 0.49% | 0.46% | - |
| HSV(B) | 206.61º | 0.65% | 0.69% | - |
| XYZ | 17.09 | 18.79 | 43.8 | - |
| YUV | 111.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 125 | 176 | 0.65 | 0.29 | 0 | 0.31 | 206.61 | 0.49 | 0.46 |
| Hex | 3D | 7D | B0 | 41 | 1D | 0 | 1F | CF | 31 | 2E |
| Octal | 75 | 175 | 260 | 101 | 35 | 0 | 37 | 317 | 61 | 56 |
| Binary | 111101 | 1111101 | 10110000 | 1000001 | 11101 | 0 | 11111 | 11001111 | 110001 | 101110 |
Color Harmonies of #3D7DB0
Complementary color
Monochromatic Colors of #3D7DB0
Black with #3D7DB0
Text Example
Text Example
White with #3D7DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7DB0; }
p { color: rgb(61,125,176); }
H1.HeaderClassName
{
color: #3D7DB0;
}
.AnyTagClassName
{
color: #3D7DB0;
}
</style>
background-color css
<style>
a { background-color: #3D7DB0; }
a { background-color: rgb(61,125,176); }
div.DivClassName
{
background-color: #3D7DB0;
}
.BgClassName
{
background-color: #3D7DB0;
}
</style>
border-color css
<style>
span { border-color: #3D7DB0; }
span { border-color: rgb(61,125,176); }
td.TdClassName
{
border-color: #3D7DB0;
}
.TagClassName
{
border-color: #3D7DB0;
}
</style>