Shades of Steel Blue #3C7AAA
Tints of Steel Blue #3C7AAA
RGB
CMYK
RGB Variations
Color information
#3C7AAA (or 0x3C7AAA) is known color: Steel Blue. HEX triplet: 3C, 7A and AA. RGB value is (60,122,170). Sum of RGB (Red+Green+Blue) = 60+122+170=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C7AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7AAA is #C38555. Grayscale: #6C6C6C. Windows color (decimal): -12813654 or 11172412. OLE color: 11172412.
HSL color Cylindrical-coordinate representation of color #3C7AAA: hue angle of 206.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 #3C7AAA is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 122 | 170 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.33 |
| HSL | 206.18º | 0.48% | 0.45% | - |
| HSV(B) | 206.18º | 0.65% | 0.67% | - |
| XYZ | 16.08 | 17.78 | 40.62 | - |
| YUV | 108.93 | 162.46 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 170 | 0.65 | 0.28 | 0 | 0.33 | 206.18 | 0.48 | 0.45 |
| Hex | 3C | 7A | AA | 41 | 1C | 0 | 21 | CE | 30 | 2D |
| Octal | 74 | 172 | 252 | 101 | 34 | 0 | 41 | 316 | 60 | 55 |
| Binary | 111100 | 1111010 | 10101010 | 1000001 | 11100 | 0 | 100001 | 11001110 | 110000 | 101101 |
Color Harmonies of #3C7AAA
Complementary color
Monochromatic Colors of #3C7AAA
Black with #3C7AAA
Text Example
Text Example
White with #3C7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7AAA; }
p { color: rgb(60,122,170); }
H1.HeaderClassName
{
color: #3C7AAA;
}
.AnyTagClassName
{
color: #3C7AAA;
}
</style>
background-color css
<style>
a { background-color: #3C7AAA; }
a { background-color: rgb(60,122,170); }
div.DivClassName
{
background-color: #3C7AAA;
}
.BgClassName
{
background-color: #3C7AAA;
}
</style>
border-color css
<style>
span { border-color: #3C7AAA; }
span { border-color: rgb(60,122,170); }
td.TdClassName
{
border-color: #3C7AAA;
}
.TagClassName
{
border-color: #3C7AAA;
}
</style>