Shades of Steel Blue #3F75AC
Tints of Steel Blue #3F75AC
RGB
CMYK
RGB Variations
Color information
#3F75AC (or 0x3F75AC) is known color: Steel Blue. HEX triplet: 3F, 75 and AC. RGB value is (63,117,172). Sum of RGB (Red+Green+Blue) = 63+117+172=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F75AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F75AC is #C08A53. Grayscale: #6A6A6A. Windows color (decimal): -12618324 or 11302207. OLE color: 11302207.
HSL color Cylindrical-coordinate representation of color #3F75AC: hue angle of 210.28º 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 #3F75AC is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 117 | 172 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.33 |
| HSL | 210.28º | 0.46% | 0.46% | - |
| HSV(B) | 210.28º | 0.63% | 0.67% | - |
| XYZ | 15.86 | 16.76 | 41.43 | - |
| YUV | 107.12 | 164.61 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 172 | 0.63 | 0.32 | 0 | 0.33 | 210.28 | 0.46 | 0.46 |
| Hex | 3F | 75 | AC | 3F | 20 | 0 | 21 | D2 | 2E | 2E |
| Octal | 77 | 165 | 254 | 77 | 40 | 0 | 41 | 322 | 56 | 56 |
| Binary | 111111 | 1110101 | 10101100 | 111111 | 100000 | 0 | 100001 | 11010010 | 101110 | 101110 |
Color Harmonies of #3F75AC
Complementary color
Monochromatic Colors of #3F75AC
Black with #3F75AC
Text Example
Text Example
White with #3F75AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F75AC; }
p { color: rgb(63,117,172); }
H1.HeaderClassName
{
color: #3F75AC;
}
.AnyTagClassName
{
color: #3F75AC;
}
</style>
background-color css
<style>
a { background-color: #3F75AC; }
a { background-color: rgb(63,117,172); }
div.DivClassName
{
background-color: #3F75AC;
}
.BgClassName
{
background-color: #3F75AC;
}
</style>
border-color css
<style>
span { border-color: #3F75AC; }
span { border-color: rgb(63,117,172); }
td.TdClassName
{
border-color: #3F75AC;
}
.TagClassName
{
border-color: #3F75AC;
}
</style>