Shades of Steel Blue #3F7AB3
Tints of Steel Blue #3F7AB3
RGB
CMYK
RGB Variations
Color information
#3F7AB3 (or 0x3F7AB3) is known color: Steel Blue. HEX triplet: 3F, 7A and B3. RGB value is (63,122,179). Sum of RGB (Red+Green+Blue) = 63+122+179=364 (48% of max value = 765). Red value is 63 (25% from 255 or 17.31% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 179 (70.31% from 255 or 49.18% from 364); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F7AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7AB3 is #C0854C. Grayscale: #6E6E6E. Windows color (decimal): -12617037 or 11762239. OLE color: 11762239.
HSL color Cylindrical-coordinate representation of color #3F7AB3: hue angle of 209.48º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F7AB3 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 122 | 179 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.30 |
| HSL | 209.48º | 0.48% | 0.47% | - |
| HSV(B) | 209.48º | 0.65% | 0.7% | - |
| XYZ | 17.15 | 18.23 | 45.26 | - |
| YUV | 110.86 | 166.45 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 179 | 0.65 | 0.32 | 0 | 0.30 | 209.48 | 0.48 | 0.47 |
| Hex | 3F | 7A | B3 | 41 | 20 | 0 | 1E | D1 | 30 | 2F |
| Octal | 77 | 172 | 263 | 101 | 40 | 0 | 36 | 321 | 60 | 57 |
| Binary | 111111 | 1111010 | 10110011 | 1000001 | 100000 | 0 | 11110 | 11010001 | 110000 | 101111 |
Color Harmonies of #3F7AB3
Complementary color
Monochromatic Colors of #3F7AB3
Black with #3F7AB3
Text Example
Text Example
White with #3F7AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7AB3; }
p { color: rgb(63,122,179); }
H1.HeaderClassName
{
color: #3F7AB3;
}
.AnyTagClassName
{
color: #3F7AB3;
}
</style>
background-color css
<style>
a { background-color: #3F7AB3; }
a { background-color: rgb(63,122,179); }
div.DivClassName
{
background-color: #3F7AB3;
}
.BgClassName
{
background-color: #3F7AB3;
}
</style>
border-color css
<style>
span { border-color: #3F7AB3; }
span { border-color: rgb(63,122,179); }
td.TdClassName
{
border-color: #3F7AB3;
}
.TagClassName
{
border-color: #3F7AB3;
}
</style>