Shades of Steel Blue #3D7DB1
Tints of Steel Blue #3D7DB1
RGB
CMYK
RGB Variations
Color information
#3D7DB1 (or 0x3D7DB1) is known color: Steel Blue. HEX triplet: 3D, 7D and B1. RGB value is (61,125,177). Sum of RGB (Red+Green+Blue) = 61+125+177=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D7DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7DB1 is #C2824E. Grayscale: #6F6F6F. Windows color (decimal): -12747343 or 11631933. OLE color: 11631933.
HSL color Cylindrical-coordinate representation of color #3D7DB1: hue angle of 206.9º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D7DB1 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 125 | 177 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.31 |
| HSL | 206.9º | 0.49% | 0.47% | - |
| HSV(B) | 206.9º | 0.66% | 0.69% | - |
| XYZ | 17.19 | 18.83 | 44.32 | - |
| YUV | 111.79 | 164.8 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 125 | 177 | 0.66 | 0.29 | 0 | 0.31 | 206.9 | 0.49 | 0.47 |
| Hex | 3D | 7D | B1 | 42 | 1D | 0 | 1F | CF | 31 | 2F |
| Octal | 75 | 175 | 261 | 102 | 35 | 0 | 37 | 317 | 61 | 57 |
| Binary | 111101 | 1111101 | 10110001 | 1000010 | 11101 | 0 | 11111 | 11001111 | 110001 | 101111 |
Color Harmonies of #3D7DB1
Complementary color
Monochromatic Colors of #3D7DB1
Black with #3D7DB1
Text Example
Text Example
White with #3D7DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7DB1; }
p { color: rgb(61,125,177); }
H1.HeaderClassName
{
color: #3D7DB1;
}
.AnyTagClassName
{
color: #3D7DB1;
}
</style>
background-color css
<style>
a { background-color: #3D7DB1; }
a { background-color: rgb(61,125,177); }
div.DivClassName
{
background-color: #3D7DB1;
}
.BgClassName
{
background-color: #3D7DB1;
}
</style>
border-color css
<style>
span { border-color: #3D7DB1; }
span { border-color: rgb(61,125,177); }
td.TdClassName
{
border-color: #3D7DB1;
}
.TagClassName
{
border-color: #3D7DB1;
}
</style>