Shades of Steel Blue #3E7AAD
Tints of Steel Blue #3E7AAD
RGB
CMYK
RGB Variations
Color information
#3E7AAD (or 0x3E7AAD) is known color: Steel Blue. HEX triplet: 3E, 7A and AD. RGB value is (62,122,173). Sum of RGB (Red+Green+Blue) = 62+122+173=357 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.37% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E7AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7AAD is #C18552. Grayscale: #6D6D6D. Windows color (decimal): -12682579 or 11369022. OLE color: 11369022.
HSL color Cylindrical-coordinate representation of color #3E7AAD: hue angle of 207.57º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E7AAD is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 122 | 173 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.32 |
| HSL | 207.57º | 0.47% | 0.46% | - |
| HSV(B) | 207.57º | 0.64% | 0.68% | - |
| XYZ | 16.49 | 17.96 | 42.13 | - |
| YUV | 109.87 | 163.62 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 173 | 0.64 | 0.29 | 0 | 0.32 | 207.57 | 0.47 | 0.46 |
| Hex | 3E | 7A | AD | 40 | 1D | 0 | 20 | D0 | 2F | 2E |
| Octal | 76 | 172 | 255 | 100 | 35 | 0 | 40 | 320 | 57 | 56 |
| Binary | 111110 | 1111010 | 10101101 | 1000000 | 11101 | 0 | 100000 | 11010000 | 101111 | 101110 |
Color Harmonies of #3E7AAD
Complementary color
Monochromatic Colors of #3E7AAD
Black with #3E7AAD
Text Example
Text Example
White with #3E7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7AAD; }
p { color: rgb(62,122,173); }
H1.HeaderClassName
{
color: #3E7AAD;
}
.AnyTagClassName
{
color: #3E7AAD;
}
</style>
background-color css
<style>
a { background-color: #3E7AAD; }
a { background-color: rgb(62,122,173); }
div.DivClassName
{
background-color: #3E7AAD;
}
.BgClassName
{
background-color: #3E7AAD;
}
</style>
border-color css
<style>
span { border-color: #3E7AAD; }
span { border-color: rgb(62,122,173); }
td.TdClassName
{
border-color: #3E7AAD;
}
.TagClassName
{
border-color: #3E7AAD;
}
</style>