Shades of Steel Blue #3B7BAC
Tints of Steel Blue #3B7BAC
RGB
CMYK
RGB Variations
Color information
#3B7BAC (or 0x3B7BAC) is known color: Steel Blue. HEX triplet: 3B, 7B and AC. RGB value is (59,123,172). Sum of RGB (Red+Green+Blue) = 59+123+172=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B7BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7BAC is #C48453. Grayscale: #6D6D6D. Windows color (decimal): -12878932 or 11303739. OLE color: 11303739.
HSL color Cylindrical-coordinate representation of color #3B7BAC: hue angle of 206.02º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B7BAC is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 123 | 172 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.33 |
| HSL | 206.02º | 0.49% | 0.45% | - |
| HSV(B) | 206.02º | 0.66% | 0.67% | - |
| XYZ | 16.33 | 18.07 | 41.66 | - |
| YUV | 109.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 172 | 0.66 | 0.28 | 0 | 0.33 | 206.02 | 0.49 | 0.45 |
| Hex | 3B | 7B | AC | 42 | 1C | 0 | 21 | CE | 31 | 2D |
| Octal | 73 | 173 | 254 | 102 | 34 | 0 | 41 | 316 | 61 | 55 |
| Binary | 111011 | 1111011 | 10101100 | 1000010 | 11100 | 0 | 100001 | 11001110 | 110001 | 101101 |
Color Harmonies of #3B7BAC
Complementary color
Monochromatic Colors of #3B7BAC
Black with #3B7BAC
Text Example
Text Example
White with #3B7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7BAC; }
p { color: rgb(59,123,172); }
H1.HeaderClassName
{
color: #3B7BAC;
}
.AnyTagClassName
{
color: #3B7BAC;
}
</style>
background-color css
<style>
a { background-color: #3B7BAC; }
a { background-color: rgb(59,123,172); }
div.DivClassName
{
background-color: #3B7BAC;
}
.BgClassName
{
background-color: #3B7BAC;
}
</style>
border-color css
<style>
span { border-color: #3B7BAC; }
span { border-color: rgb(59,123,172); }
td.TdClassName
{
border-color: #3B7BAC;
}
.TagClassName
{
border-color: #3B7BAC;
}
</style>