Shades of Steel Blue #3E75BC
Tints of Steel Blue #3E75BC
RGB
CMYK
RGB Variations
Color information
#3E75BC (or 0x3E75BC) is known color: Steel Blue. HEX triplet: 3E, 75 and BC. RGB value is (62,117,188). Sum of RGB (Red+Green+Blue) = 62+117+188=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E75BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E75BC is #C18A43. Grayscale: #6C6C6C. Windows color (decimal): -12683844 or 12350782. OLE color: 12350782.
HSL color Cylindrical-coordinate representation of color #3E75BC: hue angle of 213.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E75BC is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 117 | 188 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.26 |
| HSL | 213.81º | 0.5% | 0.49% | - |
| HSV(B) | 213.81º | 0.67% | 0.74% | - |
| XYZ | 17.43 | 17.38 | 50.01 | - |
| YUV | 108.65 | 172.78 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 117 | 188 | 0.67 | 0.38 | 0 | 0.26 | 213.81 | 0.5 | 0.49 |
| Hex | 3E | 75 | BC | 43 | 26 | 0 | 1A | D6 | 32 | 31 |
| Octal | 76 | 165 | 274 | 103 | 46 | 0 | 32 | 326 | 62 | 61 |
| Binary | 111110 | 1110101 | 10111100 | 1000011 | 100110 | 0 | 11010 | 11010110 | 110010 | 110001 |
Color Harmonies of #3E75BC
Complementary color
Monochromatic Colors of #3E75BC
Black with #3E75BC
Text Example
Text Example
White with #3E75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E75BC; }
p { color: rgb(62,117,188); }
H1.HeaderClassName
{
color: #3E75BC;
}
.AnyTagClassName
{
color: #3E75BC;
}
</style>
background-color css
<style>
a { background-color: #3E75BC; }
a { background-color: rgb(62,117,188); }
div.DivClassName
{
background-color: #3E75BC;
}
.BgClassName
{
background-color: #3E75BC;
}
</style>
border-color css
<style>
span { border-color: #3E75BC; }
span { border-color: rgb(62,117,188); }
td.TdClassName
{
border-color: #3E75BC;
}
.TagClassName
{
border-color: #3E75BC;
}
</style>