Shades of Steel Blue #3F74BE
Tints of Steel Blue #3F74BE
RGB
CMYK
RGB Variations
Color information
#3F74BE (or 0x3F74BE) is known color: Steel Blue. HEX triplet: 3F, 74 and BE. RGB value is (63,116,190). Sum of RGB (Red+Green+Blue) = 63+116+190=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F74BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F74BE is #C08B41. Grayscale: #6C6C6C. Windows color (decimal): -12618562 or 12481599. OLE color: 12481599.
HSL color Cylindrical-coordinate representation of color #3F74BE: hue angle of 214.96º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F74BE is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 116 | 190 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.25 |
| HSL | 214.96º | 0.5% | 0.5% | - |
| HSV(B) | 214.96º | 0.67% | 0.75% | - |
| XYZ | 17.59 | 17.27 | 51.12 | - |
| YUV | 108.59 | 173.94 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 190 | 0.67 | 0.39 | 0 | 0.25 | 214.96 | 0.5 | 0.5 |
| Hex | 3F | 74 | BE | 43 | 27 | 0 | 19 | D7 | 32 | 32 |
| Octal | 77 | 164 | 276 | 103 | 47 | 0 | 31 | 327 | 62 | 62 |
| Binary | 111111 | 1110100 | 10111110 | 1000011 | 100111 | 0 | 11001 | 11010111 | 110010 | 110010 |
Color Harmonies of #3F74BE
Complementary color
Monochromatic Colors of #3F74BE
Black with #3F74BE
Text Example
Text Example
White with #3F74BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F74BE; }
p { color: rgb(63,116,190); }
H1.HeaderClassName
{
color: #3F74BE;
}
.AnyTagClassName
{
color: #3F74BE;
}
</style>
background-color css
<style>
a { background-color: #3F74BE; }
a { background-color: rgb(63,116,190); }
div.DivClassName
{
background-color: #3F74BE;
}
.BgClassName
{
background-color: #3F74BE;
}
</style>
border-color css
<style>
span { border-color: #3F74BE; }
span { border-color: rgb(63,116,190); }
td.TdClassName
{
border-color: #3F74BE;
}
.TagClassName
{
border-color: #3F74BE;
}
</style>