Shades of Steel Blue #3F77BB
Tints of Steel Blue #3F77BB
RGB
CMYK
RGB Variations
Color information
#3F77BB (or 0x3F77BB) is known color: Steel Blue. HEX triplet: 3F, 77 and BB. RGB value is (63,119,187). Sum of RGB (Red+Green+Blue) = 63+119+187=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F77BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F77BB is #C08844. Grayscale: #6D6D6D. Windows color (decimal): -12617797 or 12285759. OLE color: 12285759.
HSL color Cylindrical-coordinate representation of color #3F77BB: hue angle of 212.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F77BB is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 119 | 187 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.27 |
| HSL | 212.9º | 0.5% | 0.49% | - |
| HSV(B) | 212.9º | 0.66% | 0.73% | - |
| XYZ | 17.62 | 17.84 | 49.53 | - |
| YUV | 110.01 | 171.45 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 187 | 0.66 | 0.36 | 0 | 0.27 | 212.9 | 0.5 | 0.49 |
| Hex | 3F | 77 | BB | 42 | 24 | 0 | 1B | D5 | 32 | 31 |
| Octal | 77 | 167 | 273 | 102 | 44 | 0 | 33 | 325 | 62 | 61 |
| Binary | 111111 | 1110111 | 10111011 | 1000010 | 100100 | 0 | 11011 | 11010101 | 110010 | 110001 |
Color Harmonies of #3F77BB
Complementary color
Monochromatic Colors of #3F77BB
Black with #3F77BB
Text Example
Text Example
White with #3F77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F77BB; }
p { color: rgb(63,119,187); }
H1.HeaderClassName
{
color: #3F77BB;
}
.AnyTagClassName
{
color: #3F77BB;
}
</style>
background-color css
<style>
a { background-color: #3F77BB; }
a { background-color: rgb(63,119,187); }
div.DivClassName
{
background-color: #3F77BB;
}
.BgClassName
{
background-color: #3F77BB;
}
</style>
border-color css
<style>
span { border-color: #3F77BB; }
span { border-color: rgb(63,119,187); }
td.TdClassName
{
border-color: #3F77BB;
}
.TagClassName
{
border-color: #3F77BB;
}
</style>