Shades of Steel Blue #3F78AC
Tints of Steel Blue #3F78AC
RGB
CMYK
RGB Variations
Color information
#3F78AC (or 0x3F78AC) is known color: Steel Blue. HEX triplet: 3F, 78 and AC. RGB value is (63,120,172). Sum of RGB (Red+Green+Blue) = 63+120+172=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F78AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F78AC is #C08753. Grayscale: #6C6C6C. Windows color (decimal): -12617556 or 11302975. OLE color: 11302975.
HSL color Cylindrical-coordinate representation of color #3F78AC: hue angle of 208.62º 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 #3F78AC is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 120 | 172 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.33 |
| HSL | 208.62º | 0.46% | 0.46% | - |
| HSV(B) | 208.62º | 0.63% | 0.67% | - |
| XYZ | 16.21 | 17.47 | 41.55 | - |
| YUV | 108.89 | 163.62 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 172 | 0.63 | 0.30 | 0 | 0.33 | 208.62 | 0.46 | 0.46 |
| Hex | 3F | 78 | AC | 3F | 1E | 0 | 21 | D1 | 2E | 2E |
| Octal | 77 | 170 | 254 | 77 | 36 | 0 | 41 | 321 | 56 | 56 |
| Binary | 111111 | 1111000 | 10101100 | 111111 | 11110 | 0 | 100001 | 11010001 | 101110 | 101110 |
Color Harmonies of #3F78AC
Complementary color
Monochromatic Colors of #3F78AC
Black with #3F78AC
Text Example
Text Example
White with #3F78AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F78AC; }
p { color: rgb(63,120,172); }
H1.HeaderClassName
{
color: #3F78AC;
}
.AnyTagClassName
{
color: #3F78AC;
}
</style>
background-color css
<style>
a { background-color: #3F78AC; }
a { background-color: rgb(63,120,172); }
div.DivClassName
{
background-color: #3F78AC;
}
.BgClassName
{
background-color: #3F78AC;
}
</style>
border-color css
<style>
span { border-color: #3F78AC; }
span { border-color: rgb(63,120,172); }
td.TdClassName
{
border-color: #3F78AC;
}
.TagClassName
{
border-color: #3F78AC;
}
</style>