Shades of Steel Blue #3E80AC
Tints of Steel Blue #3E80AC
RGB
CMYK
RGB Variations
Color information
#3E80AC (or 0x3E80AC) is known color: Steel Blue. HEX triplet: 3E, 80 and AC. RGB value is (62,128,172). Sum of RGB (Red+Green+Blue) = 62+128+172=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E80AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E80AC is #C17F53. Grayscale: #717171. Windows color (decimal): -12681044 or 11305022. OLE color: 11305022.
HSL color Cylindrical-coordinate representation of color #3E80AC: hue angle of 204º 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 #3E80AC is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 128 | 172 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.33 |
| HSL | 204º | 0.47% | 0.46% | - |
| HSV(B) | 204º | 0.64% | 0.67% | - |
| XYZ | 17.15 | 19.44 | 41.88 | - |
| YUV | 113.28 | 161.13 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 172 | 0.64 | 0.26 | 0 | 0.33 | 204 | 0.47 | 0.46 |
| Hex | 3E | 80 | AC | 40 | 1A | 0 | 21 | CC | 2F | 2E |
| Octal | 76 | 200 | 254 | 100 | 32 | 0 | 41 | 314 | 57 | 56 |
| Binary | 111110 | 10000000 | 10101100 | 1000000 | 11010 | 0 | 100001 | 11001100 | 101111 | 101110 |
Color Harmonies of #3E80AC
Complementary color
Monochromatic Colors of #3E80AC
Black with #3E80AC
Text Example
Text Example
White with #3E80AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E80AC; }
p { color: rgb(62,128,172); }
H1.HeaderClassName
{
color: #3E80AC;
}
.AnyTagClassName
{
color: #3E80AC;
}
</style>
background-color css
<style>
a { background-color: #3E80AC; }
a { background-color: rgb(62,128,172); }
div.DivClassName
{
background-color: #3E80AC;
}
.BgClassName
{
background-color: #3E80AC;
}
</style>
border-color css
<style>
span { border-color: #3E80AC; }
span { border-color: rgb(62,128,172); }
td.TdClassName
{
border-color: #3E80AC;
}
.TagClassName
{
border-color: #3E80AC;
}
</style>