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