Shades of Steel Blue #3E79AD
Tints of Steel Blue #3E79AD
RGB
CMYK
RGB Variations
Color information
#3E79AD (or 0x3E79AD) is known color: Steel Blue. HEX triplet: 3E, 79 and AD. RGB value is (62,121,173). Sum of RGB (Red+Green+Blue) = 62+121+173=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E79AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E79AD is #C18652. Grayscale: #6D6D6D. Windows color (decimal): -12682835 or 11368766. OLE color: 11368766.
HSL color Cylindrical-coordinate representation of color #3E79AD: hue angle of 208.11º 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 #3E79AD is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 121 | 173 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.32 |
| HSL | 208.11º | 0.47% | 0.46% | - |
| HSV(B) | 208.11º | 0.64% | 0.68% | - |
| XYZ | 16.37 | 17.72 | 42.09 | - |
| YUV | 109.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 121 | 173 | 0.64 | 0.30 | 0 | 0.32 | 208.11 | 0.47 | 0.46 |
| Hex | 3E | 79 | AD | 40 | 1E | 0 | 20 | D0 | 2F | 2E |
| Octal | 76 | 171 | 255 | 100 | 36 | 0 | 40 | 320 | 57 | 56 |
| Binary | 111110 | 1111001 | 10101101 | 1000000 | 11110 | 0 | 100000 | 11010000 | 101111 | 101110 |
Color Harmonies of #3E79AD
Complementary color
Monochromatic Colors of #3E79AD
Black with #3E79AD
Text Example
Text Example
White with #3E79AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E79AD; }
p { color: rgb(62,121,173); }
H1.HeaderClassName
{
color: #3E79AD;
}
.AnyTagClassName
{
color: #3E79AD;
}
</style>
background-color css
<style>
a { background-color: #3E79AD; }
a { background-color: rgb(62,121,173); }
div.DivClassName
{
background-color: #3E79AD;
}
.BgClassName
{
background-color: #3E79AD;
}
</style>
border-color css
<style>
span { border-color: #3E79AD; }
span { border-color: rgb(62,121,173); }
td.TdClassName
{
border-color: #3E79AD;
}
.TagClassName
{
border-color: #3E79AD;
}
</style>