Shades of Steel Blue #3C7CAE
Tints of Steel Blue #3C7CAE
RGB
CMYK
RGB Variations
Color information
#3C7CAE (or 0x3C7CAE) is known color: Steel Blue. HEX triplet: 3C, 7C and AE. RGB value is (60,124,174). Sum of RGB (Red+Green+Blue) = 60+124+174=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C7CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7CAE is #C38351. Grayscale: #6E6E6E. Windows color (decimal): -12813138 or 11435068. OLE color: 11435068.
HSL color Cylindrical-coordinate representation of color #3C7CAE: hue angle of 206.32º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C7CAE is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 124 | 174 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.32 |
| HSL | 206.32º | 0.49% | 0.46% | - |
| HSV(B) | 206.32º | 0.66% | 0.68% | - |
| XYZ | 16.71 | 18.43 | 42.72 | - |
| YUV | 110.56 | 163.8 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 124 | 174 | 0.66 | 0.29 | 0 | 0.32 | 206.32 | 0.49 | 0.46 |
| Hex | 3C | 7C | AE | 42 | 1D | 0 | 20 | CE | 31 | 2E |
| Octal | 74 | 174 | 256 | 102 | 35 | 0 | 40 | 316 | 61 | 56 |
| Binary | 111100 | 1111100 | 10101110 | 1000010 | 11101 | 0 | 100000 | 11001110 | 110001 | 101110 |
Color Harmonies of #3C7CAE
Complementary color
Monochromatic Colors of #3C7CAE
Black with #3C7CAE
Text Example
Text Example
White with #3C7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7CAE; }
p { color: rgb(60,124,174); }
H1.HeaderClassName
{
color: #3C7CAE;
}
.AnyTagClassName
{
color: #3C7CAE;
}
</style>
background-color css
<style>
a { background-color: #3C7CAE; }
a { background-color: rgb(60,124,174); }
div.DivClassName
{
background-color: #3C7CAE;
}
.BgClassName
{
background-color: #3C7CAE;
}
</style>
border-color css
<style>
span { border-color: #3C7CAE; }
span { border-color: rgb(60,124,174); }
td.TdClassName
{
border-color: #3C7CAE;
}
.TagClassName
{
border-color: #3C7CAE;
}
</style>