Shades of Steel Blue #3E74B3
Tints of Steel Blue #3E74B3
RGB
CMYK
RGB Variations
Color information
#3E74B3 (or 0x3E74B3) is known color: Steel Blue. HEX triplet: 3E, 74 and B3. RGB value is (62,116,179). Sum of RGB (Red+Green+Blue) = 62+116+179=357 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.37% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #3E74B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E74B3 is #C18B4C. Grayscale: #6A6A6A. Windows color (decimal): -12684109 or 11760702. OLE color: 11760702.
HSL color Cylindrical-coordinate representation of color #3E74B3: hue angle of 212.31º 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 #3E74B3 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 62 | 116 | 179 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.30 |
| HSL | 212.31º | 0.49% | 0.47% | - |
| HSV(B) | 212.31º | 0.65% | 0.7% | - |
| XYZ | 16.37 | 16.77 | 45.02 | - |
| YUV | 107.04 | 168.61 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 179 | 0.65 | 0.35 | 0 | 0.30 | 212.31 | 0.49 | 0.47 |
| Hex | 3E | 74 | B3 | 41 | 23 | 0 | 1E | D4 | 31 | 2F |
| Octal | 76 | 164 | 263 | 101 | 43 | 0 | 36 | 324 | 61 | 57 |
| Binary | 111110 | 1110100 | 10110011 | 1000001 | 100011 | 0 | 11110 | 11010100 | 110001 | 101111 |
Color Harmonies of #3E74B3
Complementary color
Monochromatic Colors of #3E74B3
Black with #3E74B3
Text Example
Text Example
White with #3E74B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E74B3; }
p { color: rgb(62,116,179); }
H1.HeaderClassName
{
color: #3E74B3;
}
.AnyTagClassName
{
color: #3E74B3;
}
</style>
background-color css
<style>
a { background-color: #3E74B3; }
a { background-color: rgb(62,116,179); }
div.DivClassName
{
background-color: #3E74B3;
}
.BgClassName
{
background-color: #3E74B3;
}
</style>
border-color css
<style>
span { border-color: #3E74B3; }
span { border-color: rgb(62,116,179); }
td.TdClassName
{
border-color: #3E74B3;
}
.TagClassName
{
border-color: #3E74B3;
}
</style>