Shades of Steel Blue #3C71BD
Tints of Steel Blue #3C71BD
RGB
CMYK
RGB Variations
Color information
#3C71BD (or 0x3C71BD) is known color: Steel Blue. HEX triplet: 3C, 71 and BD. RGB value is (60,113,189). Sum of RGB (Red+Green+Blue) = 60+113+189=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C71BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C71BD is #C38E42. Grayscale: #696969. Windows color (decimal): -12815939 or 12415292. OLE color: 12415292.
HSL color Cylindrical-coordinate representation of color #3C71BD: hue angle of 215.35º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C71BD is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 113 | 189 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.26 |
| HSL | 215.35º | 0.52% | 0.49% | - |
| HSV(B) | 215.35º | 0.68% | 0.74% | - |
| XYZ | 16.95 | 16.45 | 50.42 | - |
| YUV | 105.82 | 174.94 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 189 | 0.68 | 0.40 | 0 | 0.26 | 215.35 | 0.52 | 0.49 |
| Hex | 3C | 71 | BD | 44 | 28 | 0 | 1A | D7 | 34 | 31 |
| Octal | 74 | 161 | 275 | 104 | 50 | 0 | 32 | 327 | 64 | 61 |
| Binary | 111100 | 1110001 | 10111101 | 1000100 | 101000 | 0 | 11010 | 11010111 | 110100 | 110001 |
Color Harmonies of #3C71BD
Complementary color
Monochromatic Colors of #3C71BD
Black with #3C71BD
Text Example
Text Example
White with #3C71BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C71BD; }
p { color: rgb(60,113,189); }
H1.HeaderClassName
{
color: #3C71BD;
}
.AnyTagClassName
{
color: #3C71BD;
}
</style>
background-color css
<style>
a { background-color: #3C71BD; }
a { background-color: rgb(60,113,189); }
div.DivClassName
{
background-color: #3C71BD;
}
.BgClassName
{
background-color: #3C71BD;
}
</style>
border-color css
<style>
span { border-color: #3C71BD; }
span { border-color: rgb(60,113,189); }
td.TdClassName
{
border-color: #3C71BD;
}
.TagClassName
{
border-color: #3C71BD;
}
</style>