Shades of Steel Blue #3F6DBA
Tints of Steel Blue #3F6DBA
RGB
CMYK
RGB Variations
Color information
#3F6DBA (or 0x3F6DBA) is known color: Steel Blue. HEX triplet: 3F, 6D and BA. RGB value is (63,109,186). Sum of RGB (Red+Green+Blue) = 63+109+186=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F6DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6DBA is #C09245. Grayscale: #676767. Windows color (decimal): -12620358 or 12217663. OLE color: 12217663.
HSL color Cylindrical-coordinate representation of color #3F6DBA: hue angle of 217.56º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F6DBA is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 109 | 186 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.27 |
| HSL | 217.56º | 0.49% | 0.49% | - |
| HSV(B) | 217.56º | 0.66% | 0.73% | - |
| XYZ | 16.38 | 15.54 | 48.59 | - |
| YUV | 104.02 | 174.26 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 109 | 186 | 0.66 | 0.41 | 0 | 0.27 | 217.56 | 0.49 | 0.49 |
| Hex | 3F | 6D | BA | 42 | 29 | 0 | 1B | DA | 31 | 31 |
| Octal | 77 | 155 | 272 | 102 | 51 | 0 | 33 | 332 | 61 | 61 |
| Binary | 111111 | 1101101 | 10111010 | 1000010 | 101001 | 0 | 11011 | 11011010 | 110001 | 110001 |
Color Harmonies of #3F6DBA
Complementary color
Monochromatic Colors of #3F6DBA
Black with #3F6DBA
Text Example
Text Example
White with #3F6DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6DBA; }
p { color: rgb(63,109,186); }
H1.HeaderClassName
{
color: #3F6DBA;
}
.AnyTagClassName
{
color: #3F6DBA;
}
</style>
background-color css
<style>
a { background-color: #3F6DBA; }
a { background-color: rgb(63,109,186); }
div.DivClassName
{
background-color: #3F6DBA;
}
.BgClassName
{
background-color: #3F6DBA;
}
</style>
border-color css
<style>
span { border-color: #3F6DBA; }
span { border-color: rgb(63,109,186); }
td.TdClassName
{
border-color: #3F6DBA;
}
.TagClassName
{
border-color: #3F6DBA;
}
</style>