Shades of Steel Blue #3F81AA
Tints of Steel Blue #3F81AA
RGB
CMYK
RGB Variations
Color information
#3F81AA (or 0x3F81AA) is known color: Steel Blue. HEX triplet: 3F, 81 and AA. RGB value is (63,129,170). Sum of RGB (Red+Green+Blue) = 63+129+170=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F81AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F81AA is #C07E55. Grayscale: #717171. Windows color (decimal): -12615254 or 11174207. OLE color: 11174207.
HSL color Cylindrical-coordinate representation of color #3F81AA: hue angle of 202.99º 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 #3F81AA is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 129 | 170 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.33 |
| HSL | 202.99º | 0.46% | 0.46% | - |
| HSV(B) | 202.99º | 0.63% | 0.67% | - |
| XYZ | 17.16 | 19.66 | 40.92 | - |
| YUV | 113.94 | 159.63 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 170 | 0.63 | 0.24 | 0 | 0.33 | 202.99 | 0.46 | 0.46 |
| Hex | 3F | 81 | AA | 3F | 18 | 0 | 21 | CB | 2E | 2E |
| Octal | 77 | 201 | 252 | 77 | 30 | 0 | 41 | 313 | 56 | 56 |
| Binary | 111111 | 10000001 | 10101010 | 111111 | 11000 | 0 | 100001 | 11001011 | 101110 | 101110 |
Color Harmonies of #3F81AA
Complementary color
Monochromatic Colors of #3F81AA
Black with #3F81AA
Text Example
Text Example
White with #3F81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F81AA; }
p { color: rgb(63,129,170); }
H1.HeaderClassName
{
color: #3F81AA;
}
.AnyTagClassName
{
color: #3F81AA;
}
</style>
background-color css
<style>
a { background-color: #3F81AA; }
a { background-color: rgb(63,129,170); }
div.DivClassName
{
background-color: #3F81AA;
}
.BgClassName
{
background-color: #3F81AA;
}
</style>
border-color css
<style>
span { border-color: #3F81AA; }
span { border-color: rgb(63,129,170); }
td.TdClassName
{
border-color: #3F81AA;
}
.TagClassName
{
border-color: #3F81AA;
}
</style>