Shades of Steel Blue #3E7AB3
Tints of Steel Blue #3E7AB3
RGB
CMYK
RGB Variations
Color information
#3E7AB3 (or 0x3E7AB3) is known color: Steel Blue. HEX triplet: 3E, 7A and B3. RGB value is (62,122,179). Sum of RGB (Red+Green+Blue) = 62+122+179=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #3E7AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7AB3 is #C1854C. Grayscale: #6E6E6E. Windows color (decimal): -12682573 or 11762238. OLE color: 11762238.
HSL color Cylindrical-coordinate representation of color #3E7AB3: hue angle of 209.23º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E7AB3 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 62 | 122 | 179 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.30 |
| HSL | 209.23º | 0.49% | 0.47% | - |
| HSV(B) | 209.23º | 0.65% | 0.7% | - |
| XYZ | 17.08 | 18.2 | 45.26 | - |
| YUV | 110.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 179 | 0.65 | 0.32 | 0 | 0.30 | 209.23 | 0.49 | 0.47 |
| Hex | 3E | 7A | B3 | 41 | 20 | 0 | 1E | D1 | 31 | 2F |
| Octal | 76 | 172 | 263 | 101 | 40 | 0 | 36 | 321 | 61 | 57 |
| Binary | 111110 | 1111010 | 10110011 | 1000001 | 100000 | 0 | 11110 | 11010001 | 110001 | 101111 |
Color Harmonies of #3E7AB3
Complementary color
Monochromatic Colors of #3E7AB3
Black with #3E7AB3
Text Example
Text Example
White with #3E7AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7AB3; }
p { color: rgb(62,122,179); }
H1.HeaderClassName
{
color: #3E7AB3;
}
.AnyTagClassName
{
color: #3E7AB3;
}
</style>
background-color css
<style>
a { background-color: #3E7AB3; }
a { background-color: rgb(62,122,179); }
div.DivClassName
{
background-color: #3E7AB3;
}
.BgClassName
{
background-color: #3E7AB3;
}
</style>
border-color css
<style>
span { border-color: #3E7AB3; }
span { border-color: rgb(62,122,179); }
td.TdClassName
{
border-color: #3E7AB3;
}
.TagClassName
{
border-color: #3E7AB3;
}
</style>