Shades of Steel Blue #3F7AAC
Tints of Steel Blue #3F7AAC
RGB
CMYK
RGB Variations
Color information
#3F7AAC (or 0x3F7AAC) is known color: Steel Blue. HEX triplet: 3F, 7A and AC. RGB value is (63,122,172). Sum of RGB (Red+Green+Blue) = 63+122+172=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F7AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7AAC is #C08553. Grayscale: #6D6D6D. Windows color (decimal): -12617044 or 11303487. OLE color: 11303487.
HSL color Cylindrical-coordinate representation of color #3F7AAC: hue angle of 207.52º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F7AAC is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 122 | 172 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.33 |
| HSL | 207.52º | 0.46% | 0.46% | - |
| HSV(B) | 207.52º | 0.63% | 0.67% | - |
| XYZ | 16.46 | 17.95 | 41.63 | - |
| YUV | 110.06 | 162.95 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 172 | 0.63 | 0.29 | 0 | 0.33 | 207.52 | 0.46 | 0.46 |
| Hex | 3F | 7A | AC | 3F | 1D | 0 | 21 | D0 | 2E | 2E |
| Octal | 77 | 172 | 254 | 77 | 35 | 0 | 41 | 320 | 56 | 56 |
| Binary | 111111 | 1111010 | 10101100 | 111111 | 11101 | 0 | 100001 | 11010000 | 101110 | 101110 |
Color Harmonies of #3F7AAC
Complementary color
Monochromatic Colors of #3F7AAC
Black with #3F7AAC
Text Example
Text Example
White with #3F7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7AAC; }
p { color: rgb(63,122,172); }
H1.HeaderClassName
{
color: #3F7AAC;
}
.AnyTagClassName
{
color: #3F7AAC;
}
</style>
background-color css
<style>
a { background-color: #3F7AAC; }
a { background-color: rgb(63,122,172); }
div.DivClassName
{
background-color: #3F7AAC;
}
.BgClassName
{
background-color: #3F7AAC;
}
</style>
border-color css
<style>
span { border-color: #3F7AAC; }
span { border-color: rgb(63,122,172); }
td.TdClassName
{
border-color: #3F7AAC;
}
.TagClassName
{
border-color: #3F7AAC;
}
</style>