Shades of Steel Blue #3C7BAB
Tints of Steel Blue #3C7BAB
RGB
CMYK
RGB Variations
Color information
#3C7BAB (or 0x3C7BAB) is known color: Steel Blue. HEX triplet: 3C, 7B and AB. RGB value is (60,123,171). Sum of RGB (Red+Green+Blue) = 60+123+171=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C7BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7BAB is #C38454. Grayscale: #6D6D6D. Windows color (decimal): -12813397 or 11238204. OLE color: 11238204.
HSL color Cylindrical-coordinate representation of color #3C7BAB: hue angle of 205.95º 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 #3C7BAB is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 123 | 171 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.33 |
| HSL | 205.95º | 0.48% | 0.45% | - |
| HSV(B) | 205.95º | 0.65% | 0.67% | - |
| XYZ | 16.3 | 18.07 | 41.16 | - |
| YUV | 109.64 | 162.63 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 171 | 0.65 | 0.28 | 0 | 0.33 | 205.95 | 0.48 | 0.45 |
| Hex | 3C | 7B | AB | 41 | 1C | 0 | 21 | CE | 30 | 2D |
| Octal | 74 | 173 | 253 | 101 | 34 | 0 | 41 | 316 | 60 | 55 |
| Binary | 111100 | 1111011 | 10101011 | 1000001 | 11100 | 0 | 100001 | 11001110 | 110000 | 101101 |
Color Harmonies of #3C7BAB
Complementary color
Monochromatic Colors of #3C7BAB
Black with #3C7BAB
Text Example
Text Example
White with #3C7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7BAB; }
p { color: rgb(60,123,171); }
H1.HeaderClassName
{
color: #3C7BAB;
}
.AnyTagClassName
{
color: #3C7BAB;
}
</style>
background-color css
<style>
a { background-color: #3C7BAB; }
a { background-color: rgb(60,123,171); }
div.DivClassName
{
background-color: #3C7BAB;
}
.BgClassName
{
background-color: #3C7BAB;
}
</style>
border-color css
<style>
span { border-color: #3C7BAB; }
span { border-color: rgb(60,123,171); }
td.TdClassName
{
border-color: #3C7BAB;
}
.TagClassName
{
border-color: #3C7BAB;
}
</style>