Shades of Steel Blue #3F7BBC
Tints of Steel Blue #3F7BBC
RGB
CMYK
RGB Variations
Color information
#3F7BBC (or 0x3F7BBC) is known color: Steel Blue. HEX triplet: 3F, 7B and BC. RGB value is (63,123,188). Sum of RGB (Red+Green+Blue) = 63+123+188=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F7BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7BBC is #C08443. Grayscale: #707070. Windows color (decimal): -12616772 or 12352319. OLE color: 12352319.
HSL color Cylindrical-coordinate representation of color #3F7BBC: hue angle of 211.2º 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 #3F7BBC is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 123 | 188 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.26 |
| HSL | 211.2º | 0.5% | 0.49% | - |
| HSV(B) | 211.2º | 0.66% | 0.74% | - |
| XYZ | 18.21 | 18.85 | 50.26 | - |
| YUV | 112.47 | 170.62 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 123 | 188 | 0.66 | 0.35 | 0 | 0.26 | 211.2 | 0.5 | 0.49 |
| Hex | 3F | 7B | BC | 42 | 23 | 0 | 1A | D3 | 32 | 31 |
| Octal | 77 | 173 | 274 | 102 | 43 | 0 | 32 | 323 | 62 | 61 |
| Binary | 111111 | 1111011 | 10111100 | 1000010 | 100011 | 0 | 11010 | 11010011 | 110010 | 110001 |
Color Harmonies of #3F7BBC
Complementary color
Monochromatic Colors of #3F7BBC
Black with #3F7BBC
Text Example
Text Example
White with #3F7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7BBC; }
p { color: rgb(63,123,188); }
H1.HeaderClassName
{
color: #3F7BBC;
}
.AnyTagClassName
{
color: #3F7BBC;
}
</style>
background-color css
<style>
a { background-color: #3F7BBC; }
a { background-color: rgb(63,123,188); }
div.DivClassName
{
background-color: #3F7BBC;
}
.BgClassName
{
background-color: #3F7BBC;
}
</style>
border-color css
<style>
span { border-color: #3F7BBC; }
span { border-color: rgb(63,123,188); }
td.TdClassName
{
border-color: #3F7BBC;
}
.TagClassName
{
border-color: #3F7BBC;
}
</style>