Shades of Steel Blue #3E74AD
Tints of Steel Blue #3E74AD
RGB
CMYK
RGB Variations
Color information
#3E74AD (or 0x3E74AD) is known color: Steel Blue. HEX triplet: 3E, 74 and AD. RGB value is (62,116,173). Sum of RGB (Red+Green+Blue) = 62+116+173=351 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.66% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E74AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E74AD is #C18B52. Grayscale: #6A6A6A. Windows color (decimal): -12684115 or 11367486. OLE color: 11367486.
HSL color Cylindrical-coordinate representation of color #3E74AD: hue angle of 210.81º 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 #3E74AD is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 116 | 173 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.32 |
| HSL | 210.81º | 0.47% | 0.46% | - |
| HSV(B) | 210.81º | 0.64% | 0.68% | - |
| XYZ | 15.77 | 16.53 | 41.89 | - |
| YUV | 106.35 | 165.61 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 173 | 0.64 | 0.33 | 0 | 0.32 | 210.81 | 0.47 | 0.46 |
| Hex | 3E | 74 | AD | 40 | 21 | 0 | 20 | D3 | 2F | 2E |
| Octal | 76 | 164 | 255 | 100 | 41 | 0 | 40 | 323 | 57 | 56 |
| Binary | 111110 | 1110100 | 10101101 | 1000000 | 100001 | 0 | 100000 | 11010011 | 101111 | 101110 |
Color Harmonies of #3E74AD
Complementary color
Monochromatic Colors of #3E74AD
Black with #3E74AD
Text Example
Text Example
White with #3E74AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E74AD; }
p { color: rgb(62,116,173); }
H1.HeaderClassName
{
color: #3E74AD;
}
.AnyTagClassName
{
color: #3E74AD;
}
</style>
background-color css
<style>
a { background-color: #3E74AD; }
a { background-color: rgb(62,116,173); }
div.DivClassName
{
background-color: #3E74AD;
}
.BgClassName
{
background-color: #3E74AD;
}
</style>
border-color css
<style>
span { border-color: #3E74AD; }
span { border-color: rgb(62,116,173); }
td.TdClassName
{
border-color: #3E74AD;
}
.TagClassName
{
border-color: #3E74AD;
}
</style>