Shades of Steel Blue #3C76AC
Tints of Steel Blue #3C76AC
RGB
CMYK
RGB Variations
Color information
#3C76AC (or 0x3C76AC) is known color: Steel Blue. HEX triplet: 3C, 76 and AC. RGB value is (60,118,172). Sum of RGB (Red+Green+Blue) = 60+118+172=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C76AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C76AC is #C38953. Grayscale: #6A6A6A. Windows color (decimal): -12814676 or 11302460. OLE color: 11302460.
HSL color Cylindrical-coordinate representation of color #3C76AC: hue angle of 208.93º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C76AC is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 118 | 172 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.33 |
| HSL | 208.93º | 0.48% | 0.45% | - |
| HSV(B) | 208.93º | 0.65% | 0.67% | - |
| XYZ | 15.79 | 16.9 | 41.46 | - |
| YUV | 106.81 | 164.78 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 172 | 0.65 | 0.31 | 0 | 0.33 | 208.93 | 0.48 | 0.45 |
| Hex | 3C | 76 | AC | 41 | 1F | 0 | 21 | D1 | 30 | 2D |
| Octal | 74 | 166 | 254 | 101 | 37 | 0 | 41 | 321 | 60 | 55 |
| Binary | 111100 | 1110110 | 10101100 | 1000001 | 11111 | 0 | 100001 | 11010001 | 110000 | 101101 |
Color Harmonies of #3C76AC
Complementary color
Monochromatic Colors of #3C76AC
Black with #3C76AC
Text Example
Text Example
White with #3C76AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C76AC; }
p { color: rgb(60,118,172); }
H1.HeaderClassName
{
color: #3C76AC;
}
.AnyTagClassName
{
color: #3C76AC;
}
</style>
background-color css
<style>
a { background-color: #3C76AC; }
a { background-color: rgb(60,118,172); }
div.DivClassName
{
background-color: #3C76AC;
}
.BgClassName
{
background-color: #3C76AC;
}
</style>
border-color css
<style>
span { border-color: #3C76AC; }
span { border-color: rgb(60,118,172); }
td.TdClassName
{
border-color: #3C76AC;
}
.TagClassName
{
border-color: #3C76AC;
}
</style>