Shades of Steel Blue #3F7BAF
Tints of Steel Blue #3F7BAF
RGB
CMYK
RGB Variations
Color information
#3F7BAF (or 0x3F7BAF) is known color: Steel Blue. HEX triplet: 3F, 7B and AF. RGB value is (63,123,175). Sum of RGB (Red+Green+Blue) = 63+123+175=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F7BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7BAF is #C08450. Grayscale: #6E6E6E. Windows color (decimal): -12616785 or 11500351. OLE color: 11500351.
HSL color Cylindrical-coordinate representation of color #3F7BAF: hue angle of 207.86º 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 #3F7BAF is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 123 | 175 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.31 |
| HSL | 207.86º | 0.47% | 0.47% | - |
| HSV(B) | 207.86º | 0.64% | 0.69% | - |
| XYZ | 16.87 | 18.32 | 43.2 | - |
| YUV | 110.99 | 164.12 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 123 | 175 | 0.64 | 0.30 | 0 | 0.31 | 207.86 | 0.47 | 0.47 |
| Hex | 3F | 7B | AF | 40 | 1E | 0 | 1F | D0 | 2F | 2F |
| Octal | 77 | 173 | 257 | 100 | 36 | 0 | 37 | 320 | 57 | 57 |
| Binary | 111111 | 1111011 | 10101111 | 1000000 | 11110 | 0 | 11111 | 11010000 | 101111 | 101111 |
Color Harmonies of #3F7BAF
Complementary color
Monochromatic Colors of #3F7BAF
Black with #3F7BAF
Text Example
Text Example
White with #3F7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7BAF; }
p { color: rgb(63,123,175); }
H1.HeaderClassName
{
color: #3F7BAF;
}
.AnyTagClassName
{
color: #3F7BAF;
}
</style>
background-color css
<style>
a { background-color: #3F7BAF; }
a { background-color: rgb(63,123,175); }
div.DivClassName
{
background-color: #3F7BAF;
}
.BgClassName
{
background-color: #3F7BAF;
}
</style>
border-color css
<style>
span { border-color: #3F7BAF; }
span { border-color: rgb(63,123,175); }
td.TdClassName
{
border-color: #3F7BAF;
}
.TagClassName
{
border-color: #3F7BAF;
}
</style>