Shades of Steel Blue #3E7AB6
Tints of Steel Blue #3E7AB6
RGB
CMYK
RGB Variations
Color information
#3E7AB6 (or 0x3E7AB6) is known color: Steel Blue. HEX triplet: 3E, 7A and B6. RGB value is (62,122,182). Sum of RGB (Red+Green+Blue) = 62+122+182=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #3E7AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7AB6 is #C18549. Grayscale: #6E6E6E. Windows color (decimal): -12682570 or 11958846. OLE color: 11958846.
HSL color Cylindrical-coordinate representation of color #3E7AB6: hue angle of 210º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E7AB6 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 122 | 182 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.29 |
| HSL | 210º | 0.49% | 0.48% | - |
| HSV(B) | 210º | 0.66% | 0.71% | - |
| XYZ | 17.39 | 18.32 | 46.88 | - |
| YUV | 110.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 182 | 0.66 | 0.33 | 0 | 0.29 | 210 | 0.49 | 0.48 |
| Hex | 3E | 7A | B6 | 42 | 21 | 0 | 1D | D2 | 31 | 30 |
| Octal | 76 | 172 | 266 | 102 | 41 | 0 | 35 | 322 | 61 | 60 |
| Binary | 111110 | 1111010 | 10110110 | 1000010 | 100001 | 0 | 11101 | 11010010 | 110001 | 110000 |
Color Harmonies of #3E7AB6
Complementary color
Monochromatic Colors of #3E7AB6
Black with #3E7AB6
Text Example
Text Example
White with #3E7AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7AB6; }
p { color: rgb(62,122,182); }
H1.HeaderClassName
{
color: #3E7AB6;
}
.AnyTagClassName
{
color: #3E7AB6;
}
</style>
background-color css
<style>
a { background-color: #3E7AB6; }
a { background-color: rgb(62,122,182); }
div.DivClassName
{
background-color: #3E7AB6;
}
.BgClassName
{
background-color: #3E7AB6;
}
</style>
border-color css
<style>
span { border-color: #3E7AB6; }
span { border-color: rgb(62,122,182); }
td.TdClassName
{
border-color: #3E7AB6;
}
.TagClassName
{
border-color: #3E7AB6;
}
</style>