Shades of Steel Blue #3D6FBC
Tints of Steel Blue #3D6FBC
RGB
CMYK
RGB Variations
Color information
#3D6FBC (or 0x3D6FBC) is known color: Steel Blue. HEX triplet: 3D, 6F and BC. RGB value is (61,111,188). Sum of RGB (Red+Green+Blue) = 61+111+188=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D6FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6FBC is #C29043. Grayscale: #686868. Windows color (decimal): -12750916 or 12349245. OLE color: 12349245.
HSL color Cylindrical-coordinate representation of color #3D6FBC: hue angle of 216.38º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D6FBC is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 111 | 188 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.26 |
| HSL | 216.38º | 0.51% | 0.49% | - |
| HSV(B) | 216.38º | 0.68% | 0.74% | - |
| XYZ | 16.69 | 15.99 | 49.78 | - |
| YUV | 104.83 | 174.94 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 111 | 188 | 0.68 | 0.41 | 0 | 0.26 | 216.38 | 0.51 | 0.49 |
| Hex | 3D | 6F | BC | 44 | 29 | 0 | 1A | D8 | 33 | 31 |
| Octal | 75 | 157 | 274 | 104 | 51 | 0 | 32 | 330 | 63 | 61 |
| Binary | 111101 | 1101111 | 10111100 | 1000100 | 101001 | 0 | 11010 | 11011000 | 110011 | 110001 |
Color Harmonies of #3D6FBC
Complementary color
Monochromatic Colors of #3D6FBC
Black with #3D6FBC
Text Example
Text Example
White with #3D6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6FBC; }
p { color: rgb(61,111,188); }
H1.HeaderClassName
{
color: #3D6FBC;
}
.AnyTagClassName
{
color: #3D6FBC;
}
</style>
background-color css
<style>
a { background-color: #3D6FBC; }
a { background-color: rgb(61,111,188); }
div.DivClassName
{
background-color: #3D6FBC;
}
.BgClassName
{
background-color: #3D6FBC;
}
</style>
border-color css
<style>
span { border-color: #3D6FBC; }
span { border-color: rgb(61,111,188); }
td.TdClassName
{
border-color: #3D6FBC;
}
.TagClassName
{
border-color: #3D6FBC;
}
</style>