Shades of Steel Blue #3B74BA
Tints of Steel Blue #3B74BA
RGB
CMYK
RGB Variations
Color information
#3B74BA (or 0x3B74BA) is known color: Steel Blue. HEX triplet: 3B, 74 and BA. RGB value is (59,116,186). Sum of RGB (Red+Green+Blue) = 59+116+186=361 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.34% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B74BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B74BA is #C48B45. Grayscale: #6A6A6A. Windows color (decimal): -12880710 or 12219451. OLE color: 12219451.
HSL color Cylindrical-coordinate representation of color #3B74BA: hue angle of 213.07º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B74BA is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 116 | 186 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.27 |
| HSL | 213.07º | 0.52% | 0.48% | - |
| HSV(B) | 213.07º | 0.68% | 0.73% | - |
| XYZ | 16.91 | 16.97 | 48.84 | - |
| YUV | 106.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 116 | 186 | 0.68 | 0.38 | 0 | 0.27 | 213.07 | 0.52 | 0.48 |
| Hex | 3B | 74 | BA | 44 | 26 | 0 | 1B | D5 | 34 | 30 |
| Octal | 73 | 164 | 272 | 104 | 46 | 0 | 33 | 325 | 64 | 60 |
| Binary | 111011 | 1110100 | 10111010 | 1000100 | 100110 | 0 | 11011 | 11010101 | 110100 | 110000 |
Color Harmonies of #3B74BA
Complementary color
Monochromatic Colors of #3B74BA
Black with #3B74BA
Text Example
Text Example
White with #3B74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B74BA; }
p { color: rgb(59,116,186); }
H1.HeaderClassName
{
color: #3B74BA;
}
.AnyTagClassName
{
color: #3B74BA;
}
</style>
background-color css
<style>
a { background-color: #3B74BA; }
a { background-color: rgb(59,116,186); }
div.DivClassName
{
background-color: #3B74BA;
}
.BgClassName
{
background-color: #3B74BA;
}
</style>
border-color css
<style>
span { border-color: #3B74BA; }
span { border-color: rgb(59,116,186); }
td.TdClassName
{
border-color: #3B74BA;
}
.TagClassName
{
border-color: #3B74BA;
}
</style>