Shades of Steel Blue #3E82AB
Tints of Steel Blue #3E82AB
RGB
CMYK
RGB Variations
Color information
#3E82AB (or 0x3E82AB) is known color: Steel Blue. HEX triplet: 3E, 82 and AB. RGB value is (62,130,171). Sum of RGB (Red+Green+Blue) = 62+130+171=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E82AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E82AB is #C17D54. Grayscale: #727272. Windows color (decimal): -12680533 or 11239998. OLE color: 11239998.
HSL color Cylindrical-coordinate representation of color #3E82AB: hue angle of 202.57º 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 #3E82AB is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 130 | 171 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.33 |
| HSL | 202.57º | 0.47% | 0.46% | - |
| HSV(B) | 202.57º | 0.64% | 0.67% | - |
| XYZ | 17.32 | 19.93 | 41.46 | - |
| YUV | 114.34 | 159.97 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 171 | 0.64 | 0.24 | 0 | 0.33 | 202.57 | 0.47 | 0.46 |
| Hex | 3E | 82 | AB | 40 | 18 | 0 | 21 | CB | 2F | 2E |
| Octal | 76 | 202 | 253 | 100 | 30 | 0 | 41 | 313 | 57 | 56 |
| Binary | 111110 | 10000010 | 10101011 | 1000000 | 11000 | 0 | 100001 | 11001011 | 101111 | 101110 |
Color Harmonies of #3E82AB
Complementary color
Monochromatic Colors of #3E82AB
Black with #3E82AB
Text Example
Text Example
White with #3E82AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E82AB; }
p { color: rgb(62,130,171); }
H1.HeaderClassName
{
color: #3E82AB;
}
.AnyTagClassName
{
color: #3E82AB;
}
</style>
background-color css
<style>
a { background-color: #3E82AB; }
a { background-color: rgb(62,130,171); }
div.DivClassName
{
background-color: #3E82AB;
}
.BgClassName
{
background-color: #3E82AB;
}
</style>
border-color css
<style>
span { border-color: #3E82AB; }
span { border-color: rgb(62,130,171); }
td.TdClassName
{
border-color: #3E82AB;
}
.TagClassName
{
border-color: #3E82AB;
}
</style>