Shades of Steel Blue #3F83AC
Tints of Steel Blue #3F83AC
RGB
CMYK
RGB Variations
Color information
#3F83AC (or 0x3F83AC) is known color: Steel Blue. HEX triplet: 3F, 83 and AC. RGB value is (63,131,172). Sum of RGB (Red+Green+Blue) = 63+131+172=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F83AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F83AC is #C07C53. Grayscale: #737373. Windows color (decimal): -12614740 or 11305791. OLE color: 11305791.
HSL color Cylindrical-coordinate representation of color #3F83AC: hue angle of 202.57º 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 #3F83AC is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 131 | 172 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.33 |
| HSL | 202.57º | 0.46% | 0.46% | - |
| HSV(B) | 202.57º | 0.63% | 0.67% | - |
| XYZ | 17.61 | 20.27 | 42.01 | - |
| YUV | 115.34 | 159.97 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 131 | 172 | 0.63 | 0.24 | 0 | 0.33 | 202.57 | 0.46 | 0.46 |
| Hex | 3F | 83 | AC | 3F | 18 | 0 | 21 | CB | 2E | 2E |
| Octal | 77 | 203 | 254 | 77 | 30 | 0 | 41 | 313 | 56 | 56 |
| Binary | 111111 | 10000011 | 10101100 | 111111 | 11000 | 0 | 100001 | 11001011 | 101110 | 101110 |
Color Harmonies of #3F83AC
Complementary color
Monochromatic Colors of #3F83AC
Black with #3F83AC
Text Example
Text Example
White with #3F83AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F83AC; }
p { color: rgb(63,131,172); }
H1.HeaderClassName
{
color: #3F83AC;
}
.AnyTagClassName
{
color: #3F83AC;
}
</style>
background-color css
<style>
a { background-color: #3F83AC; }
a { background-color: rgb(63,131,172); }
div.DivClassName
{
background-color: #3F83AC;
}
.BgClassName
{
background-color: #3F83AC;
}
</style>
border-color css
<style>
span { border-color: #3F83AC; }
span { border-color: rgb(63,131,172); }
td.TdClassName
{
border-color: #3F83AC;
}
.TagClassName
{
border-color: #3F83AC;
}
</style>