Shades of Steel Blue #3F74BA
Tints of Steel Blue #3F74BA
RGB
CMYK
RGB Variations
Color information
#3F74BA (or 0x3F74BA) is known color: Steel Blue. HEX triplet: 3F, 74 and BA. RGB value is (63,116,186). Sum of RGB (Red+Green+Blue) = 63+116+186=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F74BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F74BA is #C08B45. Grayscale: #6B6B6B. Windows color (decimal): -12618566 or 12219455. OLE color: 12219455.
HSL color Cylindrical-coordinate representation of color #3F74BA: hue angle of 214.15º 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 #3F74BA is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 116 | 186 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.27 |
| HSL | 214.15º | 0.49% | 0.49% | - |
| HSV(B) | 214.15º | 0.66% | 0.73% | - |
| XYZ | 17.16 | 17.09 | 48.85 | - |
| YUV | 108.13 | 171.94 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 186 | 0.66 | 0.38 | 0 | 0.27 | 214.15 | 0.49 | 0.49 |
| Hex | 3F | 74 | BA | 42 | 26 | 0 | 1B | D6 | 31 | 31 |
| Octal | 77 | 164 | 272 | 102 | 46 | 0 | 33 | 326 | 61 | 61 |
| Binary | 111111 | 1110100 | 10111010 | 1000010 | 100110 | 0 | 11011 | 11010110 | 110001 | 110001 |
Color Harmonies of #3F74BA
Complementary color
Monochromatic Colors of #3F74BA
Black with #3F74BA
Text Example
Text Example
White with #3F74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F74BA; }
p { color: rgb(63,116,186); }
H1.HeaderClassName
{
color: #3F74BA;
}
.AnyTagClassName
{
color: #3F74BA;
}
</style>
background-color css
<style>
a { background-color: #3F74BA; }
a { background-color: rgb(63,116,186); }
div.DivClassName
{
background-color: #3F74BA;
}
.BgClassName
{
background-color: #3F74BA;
}
</style>
border-color css
<style>
span { border-color: #3F74BA; }
span { border-color: rgb(63,116,186); }
td.TdClassName
{
border-color: #3F74BA;
}
.TagClassName
{
border-color: #3F74BA;
}
</style>