Shades of Steel Blue #3F83AB
Tints of Steel Blue #3F83AB
RGB
CMYK
RGB Variations
Color information
#3F83AB (or 0x3F83AB) is known color: Steel Blue. HEX triplet: 3F, 83 and AB. RGB value is (63,131,171). Sum of RGB (Red+Green+Blue) = 63+131+171=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F83AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F83AB is #C07C54. Grayscale: #737373. Windows color (decimal): -12614741 or 11240255. OLE color: 11240255.
HSL color Cylindrical-coordinate representation of color #3F83AB: hue angle of 202.22º 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 #3F83AB is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 131 | 171 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.33 |
| HSL | 202.22º | 0.46% | 0.46% | - |
| HSV(B) | 202.22º | 0.63% | 0.67% | - |
| XYZ | 17.52 | 20.23 | 41.51 | - |
| YUV | 115.23 | 159.47 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 131 | 171 | 0.63 | 0.23 | 0 | 0.33 | 202.22 | 0.46 | 0.46 |
| Hex | 3F | 83 | AB | 3F | 17 | 0 | 21 | CA | 2E | 2E |
| Octal | 77 | 203 | 253 | 77 | 27 | 0 | 41 | 312 | 56 | 56 |
| Binary | 111111 | 10000011 | 10101011 | 111111 | 10111 | 0 | 100001 | 11001010 | 101110 | 101110 |
Color Harmonies of #3F83AB
Complementary color
Monochromatic Colors of #3F83AB
Black with #3F83AB
Text Example
Text Example
White with #3F83AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F83AB; }
p { color: rgb(63,131,171); }
H1.HeaderClassName
{
color: #3F83AB;
}
.AnyTagClassName
{
color: #3F83AB;
}
</style>
background-color css
<style>
a { background-color: #3F83AB; }
a { background-color: rgb(63,131,171); }
div.DivClassName
{
background-color: #3F83AB;
}
.BgClassName
{
background-color: #3F83AB;
}
</style>
border-color css
<style>
span { border-color: #3F83AB; }
span { border-color: rgb(63,131,171); }
td.TdClassName
{
border-color: #3F83AB;
}
.TagClassName
{
border-color: #3F83AB;
}
</style>