Shades of Steel Blue #3C7BAE
Tints of Steel Blue #3C7BAE
RGB
CMYK
RGB Variations
Color information
#3C7BAE (or 0x3C7BAE) is known color: Steel Blue. HEX triplet: 3C, 7B and AE. RGB value is (60,123,174). Sum of RGB (Red+Green+Blue) = 60+123+174=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C7BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7BAE is #C38451. Grayscale: #6D6D6D. Windows color (decimal): -12813394 or 11434812. OLE color: 11434812.
HSL color Cylindrical-coordinate representation of color #3C7BAE: hue angle of 206.84º 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 #3C7BAE is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 123 | 174 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.32 |
| HSL | 206.84º | 0.49% | 0.46% | - |
| HSV(B) | 206.84º | 0.66% | 0.68% | - |
| XYZ | 16.59 | 18.18 | 42.68 | - |
| YUV | 109.98 | 164.13 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 174 | 0.66 | 0.29 | 0 | 0.32 | 206.84 | 0.49 | 0.46 |
| Hex | 3C | 7B | AE | 42 | 1D | 0 | 20 | CF | 31 | 2E |
| Octal | 74 | 173 | 256 | 102 | 35 | 0 | 40 | 317 | 61 | 56 |
| Binary | 111100 | 1111011 | 10101110 | 1000010 | 11101 | 0 | 100000 | 11001111 | 110001 | 101110 |
Color Harmonies of #3C7BAE
Complementary color
Monochromatic Colors of #3C7BAE
Black with #3C7BAE
Text Example
Text Example
White with #3C7BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7BAE; }
p { color: rgb(60,123,174); }
H1.HeaderClassName
{
color: #3C7BAE;
}
.AnyTagClassName
{
color: #3C7BAE;
}
</style>
background-color css
<style>
a { background-color: #3C7BAE; }
a { background-color: rgb(60,123,174); }
div.DivClassName
{
background-color: #3C7BAE;
}
.BgClassName
{
background-color: #3C7BAE;
}
</style>
border-color css
<style>
span { border-color: #3C7BAE; }
span { border-color: rgb(60,123,174); }
td.TdClassName
{
border-color: #3C7BAE;
}
.TagClassName
{
border-color: #3C7BAE;
}
</style>