Shades of Steel Blue #3F7DA3
Tints of Steel Blue #3F7DA3
RGB
CMYK
RGB Variations
Color information
#3F7DA3 (or 0x3F7DA3) is known color: Steel Blue. HEX triplet: 3F, 7D and A3. RGB value is (63,125,163). Sum of RGB (Red+Green+Blue) = 63+125+163=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 163 - color contains mainly: blue. Hex color #3F7DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7DA3 is #C0825C. Grayscale: #6E6E6E. Windows color (decimal): -12616285 or 10714431. OLE color: 10714431.
HSL color Cylindrical-coordinate representation of color #3F7DA3: hue angle of 202.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F7DA3 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 125 | 163 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.36 |
| HSL | 202.8º | 0.44% | 0.44% | - |
| HSV(B) | 202.8º | 0.61% | 0.64% | - |
| XYZ | 15.99 | 18.37 | 37.35 | - |
| YUV | 110.79 | 157.46 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 125 | 163 | 0.61 | 0.23 | 0 | 0.36 | 202.8 | 0.44 | 0.44 |
| Hex | 3F | 7D | A3 | 3D | 17 | 0 | 24 | CB | 2C | 2C |
| Octal | 77 | 175 | 243 | 75 | 27 | 0 | 44 | 313 | 54 | 54 |
| Binary | 111111 | 1111101 | 10100011 | 111101 | 10111 | 0 | 100100 | 11001011 | 101100 | 101100 |
Color Harmonies of #3F7DA3
Complementary color
Monochromatic Colors of #3F7DA3
Black with #3F7DA3
Text Example
Text Example
White with #3F7DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7DA3; }
p { color: rgb(63,125,163); }
H1.HeaderClassName
{
color: #3F7DA3;
}
.AnyTagClassName
{
color: #3F7DA3;
}
</style>
background-color css
<style>
a { background-color: #3F7DA3; }
a { background-color: rgb(63,125,163); }
div.DivClassName
{
background-color: #3F7DA3;
}
.BgClassName
{
background-color: #3F7DA3;
}
</style>
border-color css
<style>
span { border-color: #3F7DA3; }
span { border-color: rgb(63,125,163); }
td.TdClassName
{
border-color: #3F7DA3;
}
.TagClassName
{
border-color: #3F7DA3;
}
</style>