Shades of Steel Blue #3E77AB
Tints of Steel Blue #3E77AB
RGB
CMYK
RGB Variations
Color information
#3E77AB (or 0x3E77AB) is known color: Steel Blue. HEX triplet: 3E, 77 and AB. RGB value is (62,119,171). Sum of RGB (Red+Green+Blue) = 62+119+171=352 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.61% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E77AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E77AB is #C18854. Grayscale: #6B6B6B. Windows color (decimal): -12683349 or 11237182. OLE color: 11237182.
HSL color Cylindrical-coordinate representation of color #3E77AB: hue angle of 208.62º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E77AB is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 119 | 171 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.33 |
| HSL | 208.62º | 0.47% | 0.46% | - |
| HSV(B) | 208.62º | 0.64% | 0.67% | - |
| XYZ | 15.93 | 17.16 | 41 | - |
| YUV | 107.89 | 163.62 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 171 | 0.64 | 0.30 | 0 | 0.33 | 208.62 | 0.47 | 0.46 |
| Hex | 3E | 77 | AB | 40 | 1E | 0 | 21 | D1 | 2F | 2E |
| Octal | 76 | 167 | 253 | 100 | 36 | 0 | 41 | 321 | 57 | 56 |
| Binary | 111110 | 1110111 | 10101011 | 1000000 | 11110 | 0 | 100001 | 11010001 | 101111 | 101110 |
Color Harmonies of #3E77AB
Complementary color
Monochromatic Colors of #3E77AB
Black with #3E77AB
Text Example
Text Example
White with #3E77AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E77AB; }
p { color: rgb(62,119,171); }
H1.HeaderClassName
{
color: #3E77AB;
}
.AnyTagClassName
{
color: #3E77AB;
}
</style>
background-color css
<style>
a { background-color: #3E77AB; }
a { background-color: rgb(62,119,171); }
div.DivClassName
{
background-color: #3E77AB;
}
.BgClassName
{
background-color: #3E77AB;
}
</style>
border-color css
<style>
span { border-color: #3E77AB; }
span { border-color: rgb(62,119,171); }
td.TdClassName
{
border-color: #3E77AB;
}
.TagClassName
{
border-color: #3E77AB;
}
</style>