Shades of Steel Blue #3E73AE
Tints of Steel Blue #3E73AE
RGB
CMYK
RGB Variations
Color information
#3E73AE (or 0x3E73AE) is known color: Steel Blue. HEX triplet: 3E, 73 and AE. RGB value is (62,115,174). Sum of RGB (Red+Green+Blue) = 62+115+174=351 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.66% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E73AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E73AE is #C18C51. Grayscale: #696969. Windows color (decimal): -12684370 or 11432766. OLE color: 11432766.
HSL color Cylindrical-coordinate representation of color #3E73AE: hue angle of 211.61º 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 #3E73AE is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 115 | 174 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.32 |
| HSL | 211.61º | 0.47% | 0.46% | - |
| HSV(B) | 211.61º | 0.64% | 0.68% | - |
| XYZ | 15.76 | 16.34 | 42.37 | - |
| YUV | 105.88 | 166.44 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 115 | 174 | 0.64 | 0.34 | 0 | 0.32 | 211.61 | 0.47 | 0.46 |
| Hex | 3E | 73 | AE | 40 | 22 | 0 | 20 | D4 | 2F | 2E |
| Octal | 76 | 163 | 256 | 100 | 42 | 0 | 40 | 324 | 57 | 56 |
| Binary | 111110 | 1110011 | 10101110 | 1000000 | 100010 | 0 | 100000 | 11010100 | 101111 | 101110 |
Color Harmonies of #3E73AE
Complementary color
Monochromatic Colors of #3E73AE
Black with #3E73AE
Text Example
Text Example
White with #3E73AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E73AE; }
p { color: rgb(62,115,174); }
H1.HeaderClassName
{
color: #3E73AE;
}
.AnyTagClassName
{
color: #3E73AE;
}
</style>
background-color css
<style>
a { background-color: #3E73AE; }
a { background-color: rgb(62,115,174); }
div.DivClassName
{
background-color: #3E73AE;
}
.BgClassName
{
background-color: #3E73AE;
}
</style>
border-color css
<style>
span { border-color: #3E73AE; }
span { border-color: rgb(62,115,174); }
td.TdClassName
{
border-color: #3E73AE;
}
.TagClassName
{
border-color: #3E73AE;
}
</style>