Shades of Steel Blue #3E74AC
Tints of Steel Blue #3E74AC
RGB
CMYK
RGB Variations
Color information
#3E74AC (or 0x3E74AC) is known color: Steel Blue. HEX triplet: 3E, 74 and AC. RGB value is (62,116,172). Sum of RGB (Red+Green+Blue) = 62+116+172=350 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.71% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E74AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E74AC is #C18B53. Grayscale: #696969. Windows color (decimal): -12684116 or 11301950. OLE color: 11301950.
HSL color Cylindrical-coordinate representation of color #3E74AC: hue angle of 210.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E74AC is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 116 | 172 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.33 |
| HSL | 210.55º | 0.47% | 0.46% | - |
| HSV(B) | 210.55º | 0.64% | 0.67% | - |
| XYZ | 15.68 | 16.49 | 41.39 | - |
| YUV | 106.24 | 165.11 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 172 | 0.64 | 0.33 | 0 | 0.33 | 210.55 | 0.47 | 0.46 |
| Hex | 3E | 74 | AC | 40 | 21 | 0 | 21 | D3 | 2F | 2E |
| Octal | 76 | 164 | 254 | 100 | 41 | 0 | 41 | 323 | 57 | 56 |
| Binary | 111110 | 1110100 | 10101100 | 1000000 | 100001 | 0 | 100001 | 11010011 | 101111 | 101110 |
Color Harmonies of #3E74AC
Complementary color
Monochromatic Colors of #3E74AC
Black with #3E74AC
Text Example
Text Example
White with #3E74AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E74AC; }
p { color: rgb(62,116,172); }
H1.HeaderClassName
{
color: #3E74AC;
}
.AnyTagClassName
{
color: #3E74AC;
}
</style>
background-color css
<style>
a { background-color: #3E74AC; }
a { background-color: rgb(62,116,172); }
div.DivClassName
{
background-color: #3E74AC;
}
.BgClassName
{
background-color: #3E74AC;
}
</style>
border-color css
<style>
span { border-color: #3E74AC; }
span { border-color: rgb(62,116,172); }
td.TdClassName
{
border-color: #3E74AC;
}
.TagClassName
{
border-color: #3E74AC;
}
</style>