Shades of Steel Blue #3C7CAF
Tints of Steel Blue #3C7CAF
RGB
CMYK
RGB Variations
Color information
#3C7CAF (or 0x3C7CAF) is known color: Steel Blue. HEX triplet: 3C, 7C and AF. RGB value is (60,124,175). Sum of RGB (Red+Green+Blue) = 60+124+175=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C7CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7CAF is #C38350. Grayscale: #6E6E6E. Windows color (decimal): -12813137 or 11500604. OLE color: 11500604.
HSL color Cylindrical-coordinate representation of color #3C7CAF: hue angle of 206.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C7CAF is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 124 | 175 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.31 |
| HSL | 206.61º | 0.49% | 0.46% | - |
| HSV(B) | 206.61º | 0.66% | 0.69% | - |
| XYZ | 16.81 | 18.47 | 43.24 | - |
| YUV | 110.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 124 | 175 | 0.66 | 0.29 | 0 | 0.31 | 206.61 | 0.49 | 0.46 |
| Hex | 3C | 7C | AF | 42 | 1D | 0 | 1F | CF | 31 | 2E |
| Octal | 74 | 174 | 257 | 102 | 35 | 0 | 37 | 317 | 61 | 56 |
| Binary | 111100 | 1111100 | 10101111 | 1000010 | 11101 | 0 | 11111 | 11001111 | 110001 | 101110 |
Color Harmonies of #3C7CAF
Complementary color
Monochromatic Colors of #3C7CAF
Black with #3C7CAF
Text Example
Text Example
White with #3C7CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7CAF; }
p { color: rgb(60,124,175); }
H1.HeaderClassName
{
color: #3C7CAF;
}
.AnyTagClassName
{
color: #3C7CAF;
}
</style>
background-color css
<style>
a { background-color: #3C7CAF; }
a { background-color: rgb(60,124,175); }
div.DivClassName
{
background-color: #3C7CAF;
}
.BgClassName
{
background-color: #3C7CAF;
}
</style>
border-color css
<style>
span { border-color: #3C7CAF; }
span { border-color: rgb(60,124,175); }
td.TdClassName
{
border-color: #3C7CAF;
}
.TagClassName
{
border-color: #3C7CAF;
}
</style>