Shades of Steel Blue #3F81AE
Tints of Steel Blue #3F81AE
RGB
CMYK
RGB Variations
Color information
#3F81AE (or 0x3F81AE) is known color: Steel Blue. HEX triplet: 3F, 81 and AE. RGB value is (63,129,174). Sum of RGB (Red+Green+Blue) = 63+129+174=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F81AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F81AE is #C07E51. Grayscale: #727272. Windows color (decimal): -12615250 or 11436351. OLE color: 11436351.
HSL color Cylindrical-coordinate representation of color #3F81AE: hue angle of 204.32º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F81AE is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 129 | 174 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.32 |
| HSL | 204.32º | 0.47% | 0.46% | - |
| HSV(B) | 204.32º | 0.64% | 0.68% | - |
| XYZ | 17.54 | 19.81 | 42.94 | - |
| YUV | 114.4 | 161.63 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 174 | 0.64 | 0.26 | 0 | 0.32 | 204.32 | 0.47 | 0.46 |
| Hex | 3F | 81 | AE | 40 | 1A | 0 | 20 | CC | 2F | 2E |
| Octal | 77 | 201 | 256 | 100 | 32 | 0 | 40 | 314 | 57 | 56 |
| Binary | 111111 | 10000001 | 10101110 | 1000000 | 11010 | 0 | 100000 | 11001100 | 101111 | 101110 |
Color Harmonies of #3F81AE
Complementary color
Monochromatic Colors of #3F81AE
Black with #3F81AE
Text Example
Text Example
White with #3F81AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F81AE; }
p { color: rgb(63,129,174); }
H1.HeaderClassName
{
color: #3F81AE;
}
.AnyTagClassName
{
color: #3F81AE;
}
</style>
background-color css
<style>
a { background-color: #3F81AE; }
a { background-color: rgb(63,129,174); }
div.DivClassName
{
background-color: #3F81AE;
}
.BgClassName
{
background-color: #3F81AE;
}
</style>
border-color css
<style>
span { border-color: #3F81AE; }
span { border-color: rgb(63,129,174); }
td.TdClassName
{
border-color: #3F81AE;
}
.TagClassName
{
border-color: #3F81AE;
}
</style>