Shades of Steel Blue #3D6DBB
Tints of Steel Blue #3D6DBB
RGB
CMYK
RGB Variations
Color information
#3D6DBB (or 0x3D6DBB) is known color: Steel Blue. HEX triplet: 3D, 6D and BB. RGB value is (61,109,187). Sum of RGB (Red+Green+Blue) = 61+109+187=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D6DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6DBB is #C29244. Grayscale: #676767. Windows color (decimal): -12751429 or 12283197. OLE color: 12283197.
HSL color Cylindrical-coordinate representation of color #3D6DBB: hue angle of 217.14º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D6DBB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 109 | 187 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.27 |
| HSL | 217.14º | 0.51% | 0.49% | - |
| HSV(B) | 217.14º | 0.67% | 0.73% | - |
| XYZ | 16.36 | 15.52 | 49.15 | - |
| YUV | 103.54 | 175.1 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 109 | 187 | 0.67 | 0.42 | 0 | 0.27 | 217.14 | 0.51 | 0.49 |
| Hex | 3D | 6D | BB | 43 | 2A | 0 | 1B | D9 | 33 | 31 |
| Octal | 75 | 155 | 273 | 103 | 52 | 0 | 33 | 331 | 63 | 61 |
| Binary | 111101 | 1101101 | 10111011 | 1000011 | 101010 | 0 | 11011 | 11011001 | 110011 | 110001 |
Color Harmonies of #3D6DBB
Complementary color
Monochromatic Colors of #3D6DBB
Black with #3D6DBB
Text Example
Text Example
White with #3D6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6DBB; }
p { color: rgb(61,109,187); }
H1.HeaderClassName
{
color: #3D6DBB;
}
.AnyTagClassName
{
color: #3D6DBB;
}
</style>
background-color css
<style>
a { background-color: #3D6DBB; }
a { background-color: rgb(61,109,187); }
div.DivClassName
{
background-color: #3D6DBB;
}
.BgClassName
{
background-color: #3D6DBB;
}
</style>
border-color css
<style>
span { border-color: #3D6DBB; }
span { border-color: rgb(61,109,187); }
td.TdClassName
{
border-color: #3D6DBB;
}
.TagClassName
{
border-color: #3D6DBB;
}
</style>