Shades of Steel Blue #3D6FBD
Tints of Steel Blue #3D6FBD
RGB
CMYK
RGB Variations
Color information
#3D6FBD (or 0x3D6FBD) is known color: Steel Blue. HEX triplet: 3D, 6F and BD. RGB value is (61,111,189). Sum of RGB (Red+Green+Blue) = 61+111+189=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D6FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6FBD is #C29042. Grayscale: #686868. Windows color (decimal): -12750915 or 12414781. OLE color: 12414781.
HSL color Cylindrical-coordinate representation of color #3D6FBD: hue angle of 216.56º 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 #3D6FBD is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 111 | 189 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.26 |
| HSL | 216.56º | 0.51% | 0.49% | - |
| HSV(B) | 216.56º | 0.68% | 0.74% | - |
| XYZ | 16.79 | 16.04 | 50.35 | - |
| YUV | 104.94 | 175.44 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 111 | 189 | 0.68 | 0.41 | 0 | 0.26 | 216.56 | 0.51 | 0.49 |
| Hex | 3D | 6F | BD | 44 | 29 | 0 | 1A | D9 | 33 | 31 |
| Octal | 75 | 157 | 275 | 104 | 51 | 0 | 32 | 331 | 63 | 61 |
| Binary | 111101 | 1101111 | 10111101 | 1000100 | 101001 | 0 | 11010 | 11011001 | 110011 | 110001 |
Color Harmonies of #3D6FBD
Complementary color
Monochromatic Colors of #3D6FBD
Black with #3D6FBD
Text Example
Text Example
White with #3D6FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6FBD; }
p { color: rgb(61,111,189); }
H1.HeaderClassName
{
color: #3D6FBD;
}
.AnyTagClassName
{
color: #3D6FBD;
}
</style>
background-color css
<style>
a { background-color: #3D6FBD; }
a { background-color: rgb(61,111,189); }
div.DivClassName
{
background-color: #3D6FBD;
}
.BgClassName
{
background-color: #3D6FBD;
}
</style>
border-color css
<style>
span { border-color: #3D6FBD; }
span { border-color: rgb(61,111,189); }
td.TdClassName
{
border-color: #3D6FBD;
}
.TagClassName
{
border-color: #3D6FBD;
}
</style>