Shades of Steel Blue #3E7AAF
Tints of Steel Blue #3E7AAF
RGB
CMYK
RGB Variations
Color information
#3E7AAF (or 0x3E7AAF) is known color: Steel Blue. HEX triplet: 3E, 7A and AF. RGB value is (62,122,175). Sum of RGB (Red+Green+Blue) = 62+122+175=359 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.27% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E7AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7AAF is #C18550. Grayscale: #6D6D6D. Windows color (decimal): -12682577 or 11500094. OLE color: 11500094.
HSL color Cylindrical-coordinate representation of color #3E7AAF: hue angle of 208.14º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E7AAF is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 122 | 175 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.31 |
| HSL | 208.14º | 0.48% | 0.46% | - |
| HSV(B) | 208.14º | 0.65% | 0.69% | - |
| XYZ | 16.68 | 18.04 | 43.16 | - |
| YUV | 110.1 | 164.62 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 175 | 0.65 | 0.30 | 0 | 0.31 | 208.14 | 0.48 | 0.46 |
| Hex | 3E | 7A | AF | 41 | 1E | 0 | 1F | D0 | 30 | 2E |
| Octal | 76 | 172 | 257 | 101 | 36 | 0 | 37 | 320 | 60 | 56 |
| Binary | 111110 | 1111010 | 10101111 | 1000001 | 11110 | 0 | 11111 | 11010000 | 110000 | 101110 |
Color Harmonies of #3E7AAF
Complementary color
Monochromatic Colors of #3E7AAF
Black with #3E7AAF
Text Example
Text Example
White with #3E7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7AAF; }
p { color: rgb(62,122,175); }
H1.HeaderClassName
{
color: #3E7AAF;
}
.AnyTagClassName
{
color: #3E7AAF;
}
</style>
background-color css
<style>
a { background-color: #3E7AAF; }
a { background-color: rgb(62,122,175); }
div.DivClassName
{
background-color: #3E7AAF;
}
.BgClassName
{
background-color: #3E7AAF;
}
</style>
border-color css
<style>
span { border-color: #3E7AAF; }
span { border-color: rgb(62,122,175); }
td.TdClassName
{
border-color: #3E7AAF;
}
.TagClassName
{
border-color: #3E7AAF;
}
</style>