Shades of Steel Blue #3E80AD
Tints of Steel Blue #3E80AD
RGB
CMYK
RGB Variations
Color information
#3E80AD (or 0x3E80AD) is known color: Steel Blue. HEX triplet: 3E, 80 and AD. RGB value is (62,128,173). Sum of RGB (Red+Green+Blue) = 62+128+173=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E80AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E80AD is #C17F52. Grayscale: #717171. Windows color (decimal): -12681043 or 11370558. OLE color: 11370558.
HSL color Cylindrical-coordinate representation of color #3E80AD: hue angle of 204.32º 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 #3E80AD is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 128 | 173 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.32 |
| HSL | 204.32º | 0.47% | 0.46% | - |
| HSV(B) | 204.32º | 0.64% | 0.68% | - |
| XYZ | 17.25 | 19.48 | 42.39 | - |
| YUV | 113.4 | 161.63 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 173 | 0.64 | 0.26 | 0 | 0.32 | 204.32 | 0.47 | 0.46 |
| Hex | 3E | 80 | AD | 40 | 1A | 0 | 20 | CC | 2F | 2E |
| Octal | 76 | 200 | 255 | 100 | 32 | 0 | 40 | 314 | 57 | 56 |
| Binary | 111110 | 10000000 | 10101101 | 1000000 | 11010 | 0 | 100000 | 11001100 | 101111 | 101110 |
Color Harmonies of #3E80AD
Complementary color
Monochromatic Colors of #3E80AD
Black with #3E80AD
Text Example
Text Example
White with #3E80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E80AD; }
p { color: rgb(62,128,173); }
H1.HeaderClassName
{
color: #3E80AD;
}
.AnyTagClassName
{
color: #3E80AD;
}
</style>
background-color css
<style>
a { background-color: #3E80AD; }
a { background-color: rgb(62,128,173); }
div.DivClassName
{
background-color: #3E80AD;
}
.BgClassName
{
background-color: #3E80AD;
}
</style>
border-color css
<style>
span { border-color: #3E80AD; }
span { border-color: rgb(62,128,173); }
td.TdClassName
{
border-color: #3E80AD;
}
.TagClassName
{
border-color: #3E80AD;
}
</style>