Shades of Steel Blue #3F7DB9
Tints of Steel Blue #3F7DB9
RGB
CMYK
RGB Variations
Color information
#3F7DB9 (or 0x3F7DB9) is known color: Steel Blue. HEX triplet: 3F, 7D and B9. RGB value is (63,125,185). Sum of RGB (Red+Green+Blue) = 63+125+185=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F7DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7DB9 is #C08246. Grayscale: #717171. Windows color (decimal): -12616263 or 12156223. OLE color: 12156223.
HSL color Cylindrical-coordinate representation of color #3F7DB9: hue angle of 209.51º 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 #3F7DB9 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 125 | 185 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.27 |
| HSL | 209.51º | 0.49% | 0.49% | - |
| HSV(B) | 209.51º | 0.66% | 0.73% | - |
| XYZ | 18.14 | 19.23 | 48.65 | - |
| YUV | 113.3 | 168.46 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 125 | 185 | 0.66 | 0.32 | 0 | 0.27 | 209.51 | 0.49 | 0.49 |
| Hex | 3F | 7D | B9 | 42 | 20 | 0 | 1B | D2 | 31 | 31 |
| Octal | 77 | 175 | 271 | 102 | 40 | 0 | 33 | 322 | 61 | 61 |
| Binary | 111111 | 1111101 | 10111001 | 1000010 | 100000 | 0 | 11011 | 11010010 | 110001 | 110001 |
Color Harmonies of #3F7DB9
Complementary color
Monochromatic Colors of #3F7DB9
Black with #3F7DB9
Text Example
Text Example
White with #3F7DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7DB9; }
p { color: rgb(63,125,185); }
H1.HeaderClassName
{
color: #3F7DB9;
}
.AnyTagClassName
{
color: #3F7DB9;
}
</style>
background-color css
<style>
a { background-color: #3F7DB9; }
a { background-color: rgb(63,125,185); }
div.DivClassName
{
background-color: #3F7DB9;
}
.BgClassName
{
background-color: #3F7DB9;
}
</style>
border-color css
<style>
span { border-color: #3F7DB9; }
span { border-color: rgb(63,125,185); }
td.TdClassName
{
border-color: #3F7DB9;
}
.TagClassName
{
border-color: #3F7DB9;
}
</style>