Shades of Steel Blue #3C76AD
Tints of Steel Blue #3C76AD
RGB
CMYK
RGB Variations
Color information
#3C76AD (or 0x3C76AD) is known color: Steel Blue. HEX triplet: 3C, 76 and AD. RGB value is (60,118,173). Sum of RGB (Red+Green+Blue) = 60+118+173=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C76AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C76AD is #C38952. Grayscale: #6A6A6A. Windows color (decimal): -12814675 or 11367996. OLE color: 11367996.
HSL color Cylindrical-coordinate representation of color #3C76AD: hue angle of 209.2º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C76AD is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 118 | 173 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.32 |
| HSL | 209.2º | 0.48% | 0.46% | - |
| HSV(B) | 209.2º | 0.65% | 0.68% | - |
| XYZ | 15.88 | 16.93 | 41.97 | - |
| YUV | 106.93 | 165.28 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 173 | 0.65 | 0.32 | 0 | 0.32 | 209.2 | 0.48 | 0.46 |
| Hex | 3C | 76 | AD | 41 | 20 | 0 | 20 | D1 | 30 | 2E |
| Octal | 74 | 166 | 255 | 101 | 40 | 0 | 40 | 321 | 60 | 56 |
| Binary | 111100 | 1110110 | 10101101 | 1000001 | 100000 | 0 | 100000 | 11010001 | 110000 | 101110 |
Color Harmonies of #3C76AD
Complementary color
Monochromatic Colors of #3C76AD
Black with #3C76AD
Text Example
Text Example
White with #3C76AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C76AD; }
p { color: rgb(60,118,173); }
H1.HeaderClassName
{
color: #3C76AD;
}
.AnyTagClassName
{
color: #3C76AD;
}
</style>
background-color css
<style>
a { background-color: #3C76AD; }
a { background-color: rgb(60,118,173); }
div.DivClassName
{
background-color: #3C76AD;
}
.BgClassName
{
background-color: #3C76AD;
}
</style>
border-color css
<style>
span { border-color: #3C76AD; }
span { border-color: rgb(60,118,173); }
td.TdClassName
{
border-color: #3C76AD;
}
.TagClassName
{
border-color: #3C76AD;
}
</style>