Shades of Steel Blue #3B7AAE
Tints of Steel Blue #3B7AAE
RGB
CMYK
RGB Variations
Color information
#3B7AAE (or 0x3B7AAE) is known color: Steel Blue. HEX triplet: 3B, 7A and AE. RGB value is (59,122,174). Sum of RGB (Red+Green+Blue) = 59+122+174=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B7AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7AAE is #C48551. Grayscale: #6C6C6C. Windows color (decimal): -12879186 or 11434555. OLE color: 11434555.
HSL color Cylindrical-coordinate representation of color #3B7AAE: hue angle of 207.13º 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 #3B7AAE is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 122 | 174 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.32 |
| HSL | 207.13º | 0.49% | 0.46% | - |
| HSV(B) | 207.13º | 0.66% | 0.68% | - |
| XYZ | 16.4 | 17.9 | 42.64 | - |
| YUV | 109.09 | 164.63 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 122 | 174 | 0.66 | 0.30 | 0 | 0.32 | 207.13 | 0.49 | 0.46 |
| Hex | 3B | 7A | AE | 42 | 1E | 0 | 20 | CF | 31 | 2E |
| Octal | 73 | 172 | 256 | 102 | 36 | 0 | 40 | 317 | 61 | 56 |
| Binary | 111011 | 1111010 | 10101110 | 1000010 | 11110 | 0 | 100000 | 11001111 | 110001 | 101110 |
Color Harmonies of #3B7AAE
Complementary color
Monochromatic Colors of #3B7AAE
Black with #3B7AAE
Text Example
Text Example
White with #3B7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7AAE; }
p { color: rgb(59,122,174); }
H1.HeaderClassName
{
color: #3B7AAE;
}
.AnyTagClassName
{
color: #3B7AAE;
}
</style>
background-color css
<style>
a { background-color: #3B7AAE; }
a { background-color: rgb(59,122,174); }
div.DivClassName
{
background-color: #3B7AAE;
}
.BgClassName
{
background-color: #3B7AAE;
}
</style>
border-color css
<style>
span { border-color: #3B7AAE; }
span { border-color: rgb(59,122,174); }
td.TdClassName
{
border-color: #3B7AAE;
}
.TagClassName
{
border-color: #3B7AAE;
}
</style>