Shades of Steel Blue #3E75AF
Tints of Steel Blue #3E75AF
RGB
CMYK
RGB Variations
Color information
#3E75AF (or 0x3E75AF) is known color: Steel Blue. HEX triplet: 3E, 75 and AF. RGB value is (62,117,175). Sum of RGB (Red+Green+Blue) = 62+117+175=354 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.51% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E75AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E75AF is #C18A50. Grayscale: #6A6A6A. Windows color (decimal): -12683857 or 11498814. OLE color: 11498814.
HSL color Cylindrical-coordinate representation of color #3E75AF: hue angle of 210.8º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E75AF is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 117 | 175 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.31 |
| HSL | 210.8º | 0.48% | 0.46% | - |
| HSV(B) | 210.8º | 0.65% | 0.69% | - |
| XYZ | 16.09 | 16.84 | 42.96 | - |
| YUV | 107.17 | 166.28 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 117 | 175 | 0.65 | 0.33 | 0 | 0.31 | 210.8 | 0.48 | 0.46 |
| Hex | 3E | 75 | AF | 41 | 21 | 0 | 1F | D3 | 30 | 2E |
| Octal | 76 | 165 | 257 | 101 | 41 | 0 | 37 | 323 | 60 | 56 |
| Binary | 111110 | 1110101 | 10101111 | 1000001 | 100001 | 0 | 11111 | 11010011 | 110000 | 101110 |
Color Harmonies of #3E75AF
Complementary color
Monochromatic Colors of #3E75AF
Black with #3E75AF
Text Example
Text Example
White with #3E75AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E75AF; }
p { color: rgb(62,117,175); }
H1.HeaderClassName
{
color: #3E75AF;
}
.AnyTagClassName
{
color: #3E75AF;
}
</style>
background-color css
<style>
a { background-color: #3E75AF; }
a { background-color: rgb(62,117,175); }
div.DivClassName
{
background-color: #3E75AF;
}
.BgClassName
{
background-color: #3E75AF;
}
</style>
border-color css
<style>
span { border-color: #3E75AF; }
span { border-color: rgb(62,117,175); }
td.TdClassName
{
border-color: #3E75AF;
}
.TagClassName
{
border-color: #3E75AF;
}
</style>