Shades of Steel Blue #3F73B3
Tints of Steel Blue #3F73B3
RGB
CMYK
RGB Variations
Color information
#3F73B3 (or 0x3F73B3) is known color: Steel Blue. HEX triplet: 3F, 73 and B3. RGB value is (63,115,179). Sum of RGB (Red+Green+Blue) = 63+115+179=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F73B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F73B3 is #C08C4C. Grayscale: #6A6A6A. Windows color (decimal): -12618829 or 11760447. OLE color: 11760447.
HSL color Cylindrical-coordinate representation of color #3F73B3: hue angle of 213.1º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F73B3 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 115 | 179 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.30 |
| HSL | 213.1º | 0.48% | 0.47% | - |
| HSV(B) | 213.1º | 0.65% | 0.7% | - |
| XYZ | 16.32 | 16.57 | 44.99 | - |
| YUV | 106.75 | 168.77 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 179 | 0.65 | 0.36 | 0 | 0.30 | 213.1 | 0.48 | 0.47 |
| Hex | 3F | 73 | B3 | 41 | 24 | 0 | 1E | D5 | 30 | 2F |
| Octal | 77 | 163 | 263 | 101 | 44 | 0 | 36 | 325 | 60 | 57 |
| Binary | 111111 | 1110011 | 10110011 | 1000001 | 100100 | 0 | 11110 | 11010101 | 110000 | 101111 |
Color Harmonies of #3F73B3
Complementary color
Monochromatic Colors of #3F73B3
Black with #3F73B3
Text Example
Text Example
White with #3F73B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F73B3; }
p { color: rgb(63,115,179); }
H1.HeaderClassName
{
color: #3F73B3;
}
.AnyTagClassName
{
color: #3F73B3;
}
</style>
background-color css
<style>
a { background-color: #3F73B3; }
a { background-color: rgb(63,115,179); }
div.DivClassName
{
background-color: #3F73B3;
}
.BgClassName
{
background-color: #3F73B3;
}
</style>
border-color css
<style>
span { border-color: #3F73B3; }
span { border-color: rgb(63,115,179); }
td.TdClassName
{
border-color: #3F73B3;
}
.TagClassName
{
border-color: #3F73B3;
}
</style>