Shades of Steel Blue #3F7ABB
Tints of Steel Blue #3F7ABB
RGB
CMYK
RGB Variations
Color information
#3F7ABB (or 0x3F7ABB) is known color: Steel Blue. HEX triplet: 3F, 7A and BB. RGB value is (63,122,187). Sum of RGB (Red+Green+Blue) = 63+122+187=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F7ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7ABB is #C08544. Grayscale: #6F6F6F. Windows color (decimal): -12617029 or 12286527. OLE color: 12286527.
HSL color Cylindrical-coordinate representation of color #3F7ABB: hue angle of 211.45º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F7ABB is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 122 | 187 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.27 |
| HSL | 211.45º | 0.5% | 0.49% | - |
| HSV(B) | 211.45º | 0.66% | 0.73% | - |
| XYZ | 17.98 | 18.56 | 49.65 | - |
| YUV | 111.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 187 | 0.66 | 0.35 | 0 | 0.27 | 211.45 | 0.5 | 0.49 |
| Hex | 3F | 7A | BB | 42 | 23 | 0 | 1B | D3 | 32 | 31 |
| Octal | 77 | 172 | 273 | 102 | 43 | 0 | 33 | 323 | 62 | 61 |
| Binary | 111111 | 1111010 | 10111011 | 1000010 | 100011 | 0 | 11011 | 11010011 | 110010 | 110001 |
Color Harmonies of #3F7ABB
Complementary color
Monochromatic Colors of #3F7ABB
Black with #3F7ABB
Text Example
Text Example
White with #3F7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7ABB; }
p { color: rgb(63,122,187); }
H1.HeaderClassName
{
color: #3F7ABB;
}
.AnyTagClassName
{
color: #3F7ABB;
}
</style>
background-color css
<style>
a { background-color: #3F7ABB; }
a { background-color: rgb(63,122,187); }
div.DivClassName
{
background-color: #3F7ABB;
}
.BgClassName
{
background-color: #3F7ABB;
}
</style>
border-color css
<style>
span { border-color: #3F7ABB; }
span { border-color: rgb(63,122,187); }
td.TdClassName
{
border-color: #3F7ABB;
}
.TagClassName
{
border-color: #3F7ABB;
}
</style>