Shades of Steel Blue #3F7FAC
Tints of Steel Blue #3F7FAC
RGB
CMYK
RGB Variations
Color information
#3F7FAC (or 0x3F7FAC) is known color: Steel Blue. HEX triplet: 3F, 7F and AC. RGB value is (63,127,172). Sum of RGB (Red+Green+Blue) = 63+127+172=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F7FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7FAC is #C08053. Grayscale: #707070. Windows color (decimal): -12615764 or 11304767. OLE color: 11304767.
HSL color Cylindrical-coordinate representation of color #3F7FAC: hue angle of 204.77º 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 #3F7FAC is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 127 | 172 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.33 |
| HSL | 204.77º | 0.46% | 0.46% | - |
| HSV(B) | 204.77º | 0.63% | 0.67% | - |
| XYZ | 17.09 | 19.21 | 41.84 | - |
| YUV | 112.99 | 161.3 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 127 | 172 | 0.63 | 0.26 | 0 | 0.33 | 204.77 | 0.46 | 0.46 |
| Hex | 3F | 7F | AC | 3F | 1A | 0 | 21 | CD | 2E | 2E |
| Octal | 77 | 177 | 254 | 77 | 32 | 0 | 41 | 315 | 56 | 56 |
| Binary | 111111 | 1111111 | 10101100 | 111111 | 11010 | 0 | 100001 | 11001101 | 101110 | 101110 |
Color Harmonies of #3F7FAC
Complementary color
Monochromatic Colors of #3F7FAC
Black with #3F7FAC
Text Example
Text Example
White with #3F7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7FAC; }
p { color: rgb(63,127,172); }
H1.HeaderClassName
{
color: #3F7FAC;
}
.AnyTagClassName
{
color: #3F7FAC;
}
</style>
background-color css
<style>
a { background-color: #3F7FAC; }
a { background-color: rgb(63,127,172); }
div.DivClassName
{
background-color: #3F7FAC;
}
.BgClassName
{
background-color: #3F7FAC;
}
</style>
border-color css
<style>
span { border-color: #3F7FAC; }
span { border-color: rgb(63,127,172); }
td.TdClassName
{
border-color: #3F7FAC;
}
.TagClassName
{
border-color: #3F7FAC;
}
</style>