Shades of Steel Blue #3F75BC
Tints of Steel Blue #3F75BC
RGB
CMYK
RGB Variations
Color information
#3F75BC (or 0x3F75BC) is known color: Steel Blue. HEX triplet: 3F, 75 and BC. RGB value is (63,117,188). Sum of RGB (Red+Green+Blue) = 63+117+188=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F75BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F75BC is #C08A43. Grayscale: #6C6C6C. Windows color (decimal): -12618308 or 12350783. OLE color: 12350783.
HSL color Cylindrical-coordinate representation of color #3F75BC: hue angle of 214.08º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F75BC is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 117 | 188 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.26 |
| HSL | 214.08º | 0.5% | 0.49% | - |
| HSV(B) | 214.08º | 0.66% | 0.74% | - |
| XYZ | 17.49 | 17.41 | 50.02 | - |
| YUV | 108.95 | 172.61 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 188 | 0.66 | 0.38 | 0 | 0.26 | 214.08 | 0.5 | 0.49 |
| Hex | 3F | 75 | BC | 42 | 26 | 0 | 1A | D6 | 32 | 31 |
| Octal | 77 | 165 | 274 | 102 | 46 | 0 | 32 | 326 | 62 | 61 |
| Binary | 111111 | 1110101 | 10111100 | 1000010 | 100110 | 0 | 11010 | 11010110 | 110010 | 110001 |
Color Harmonies of #3F75BC
Complementary color
Monochromatic Colors of #3F75BC
Black with #3F75BC
Text Example
Text Example
White with #3F75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F75BC; }
p { color: rgb(63,117,188); }
H1.HeaderClassName
{
color: #3F75BC;
}
.AnyTagClassName
{
color: #3F75BC;
}
</style>
background-color css
<style>
a { background-color: #3F75BC; }
a { background-color: rgb(63,117,188); }
div.DivClassName
{
background-color: #3F75BC;
}
.BgClassName
{
background-color: #3F75BC;
}
</style>
border-color css
<style>
span { border-color: #3F75BC; }
span { border-color: rgb(63,117,188); }
td.TdClassName
{
border-color: #3F75BC;
}
.TagClassName
{
border-color: #3F75BC;
}
</style>