Shades of Steel Blue #3F7AAF
Tints of Steel Blue #3F7AAF
RGB
CMYK
RGB Variations
Color information
#3F7AAF (or 0x3F7AAF) is known color: Steel Blue. HEX triplet: 3F, 7A and AF. RGB value is (63,122,175). Sum of RGB (Red+Green+Blue) = 63+122+175=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F7AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7AAF is #C08550. Grayscale: #6E6E6E. Windows color (decimal): -12617041 or 11500095. OLE color: 11500095.
HSL color Cylindrical-coordinate representation of color #3F7AAF: hue angle of 208.39º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F7AAF is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 122 | 175 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.31 |
| HSL | 208.39º | 0.47% | 0.47% | - |
| HSV(B) | 208.39º | 0.64% | 0.69% | - |
| XYZ | 16.75 | 18.07 | 43.16 | - |
| YUV | 110.4 | 164.45 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 175 | 0.64 | 0.30 | 0 | 0.31 | 208.39 | 0.47 | 0.47 |
| Hex | 3F | 7A | AF | 40 | 1E | 0 | 1F | D0 | 2F | 2F |
| Octal | 77 | 172 | 257 | 100 | 36 | 0 | 37 | 320 | 57 | 57 |
| Binary | 111111 | 1111010 | 10101111 | 1000000 | 11110 | 0 | 11111 | 11010000 | 101111 | 101111 |
Color Harmonies of #3F7AAF
Complementary color
Monochromatic Colors of #3F7AAF
Black with #3F7AAF
Text Example
Text Example
White with #3F7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7AAF; }
p { color: rgb(63,122,175); }
H1.HeaderClassName
{
color: #3F7AAF;
}
.AnyTagClassName
{
color: #3F7AAF;
}
</style>
background-color css
<style>
a { background-color: #3F7AAF; }
a { background-color: rgb(63,122,175); }
div.DivClassName
{
background-color: #3F7AAF;
}
.BgClassName
{
background-color: #3F7AAF;
}
</style>
border-color css
<style>
span { border-color: #3F7AAF; }
span { border-color: rgb(63,122,175); }
td.TdClassName
{
border-color: #3F7AAF;
}
.TagClassName
{
border-color: #3F7AAF;
}
</style>