Shades of Steel Blue #3C7DAC
Tints of Steel Blue #3C7DAC
RGB
CMYK
RGB Variations
Color information
#3C7DAC (or 0x3C7DAC) is known color: Steel Blue. HEX triplet: 3C, 7D and AC. RGB value is (60,125,172). Sum of RGB (Red+Green+Blue) = 60+125+172=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C7DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7DAC is #C38253. Grayscale: #6E6E6E. Windows color (decimal): -12812884 or 11304252. OLE color: 11304252.
HSL color Cylindrical-coordinate representation of color #3C7DAC: hue angle of 205.18º 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 #3C7DAC is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 125 | 172 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.33 |
| HSL | 205.18º | 0.48% | 0.45% | - |
| HSV(B) | 205.18º | 0.65% | 0.67% | - |
| XYZ | 16.64 | 18.61 | 41.74 | - |
| YUV | 110.92 | 162.47 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 125 | 172 | 0.65 | 0.27 | 0 | 0.33 | 205.18 | 0.48 | 0.45 |
| Hex | 3C | 7D | AC | 41 | 1B | 0 | 21 | CD | 30 | 2D |
| Octal | 74 | 175 | 254 | 101 | 33 | 0 | 41 | 315 | 60 | 55 |
| Binary | 111100 | 1111101 | 10101100 | 1000001 | 11011 | 0 | 100001 | 11001101 | 110000 | 101101 |
Color Harmonies of #3C7DAC
Complementary color
Monochromatic Colors of #3C7DAC
Black with #3C7DAC
Text Example
Text Example
White with #3C7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7DAC; }
p { color: rgb(60,125,172); }
H1.HeaderClassName
{
color: #3C7DAC;
}
.AnyTagClassName
{
color: #3C7DAC;
}
</style>
background-color css
<style>
a { background-color: #3C7DAC; }
a { background-color: rgb(60,125,172); }
div.DivClassName
{
background-color: #3C7DAC;
}
.BgClassName
{
background-color: #3C7DAC;
}
</style>
border-color css
<style>
span { border-color: #3C7DAC; }
span { border-color: rgb(60,125,172); }
td.TdClassName
{
border-color: #3C7DAC;
}
.TagClassName
{
border-color: #3C7DAC;
}
</style>