Shades of Steel Blue #3C6FBA
Tints of Steel Blue #3C6FBA
RGB
CMYK
RGB Variations
Color information
#3C6FBA (or 0x3C6FBA) is known color: Steel Blue. HEX triplet: 3C, 6F and BA. RGB value is (60,111,186). Sum of RGB (Red+Green+Blue) = 60+111+186=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C6FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6FBA is #C39045. Grayscale: #676767. Windows color (decimal): -12816454 or 12218172. OLE color: 12218172.
HSL color Cylindrical-coordinate representation of color #3C6FBA: hue angle of 215.71º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C6FBA is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 111 | 186 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.27 |
| HSL | 215.71º | 0.51% | 0.48% | - |
| HSV(B) | 215.71º | 0.68% | 0.73% | - |
| XYZ | 16.41 | 15.87 | 48.65 | - |
| YUV | 104.3 | 174.1 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 186 | 0.68 | 0.40 | 0 | 0.27 | 215.71 | 0.51 | 0.48 |
| Hex | 3C | 6F | BA | 44 | 28 | 0 | 1B | D8 | 33 | 30 |
| Octal | 74 | 157 | 272 | 104 | 50 | 0 | 33 | 330 | 63 | 60 |
| Binary | 111100 | 1101111 | 10111010 | 1000100 | 101000 | 0 | 11011 | 11011000 | 110011 | 110000 |
Color Harmonies of #3C6FBA
Complementary color
Monochromatic Colors of #3C6FBA
Black with #3C6FBA
Text Example
Text Example
White with #3C6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6FBA; }
p { color: rgb(60,111,186); }
H1.HeaderClassName
{
color: #3C6FBA;
}
.AnyTagClassName
{
color: #3C6FBA;
}
</style>
background-color css
<style>
a { background-color: #3C6FBA; }
a { background-color: rgb(60,111,186); }
div.DivClassName
{
background-color: #3C6FBA;
}
.BgClassName
{
background-color: #3C6FBA;
}
</style>
border-color css
<style>
span { border-color: #3C6FBA; }
span { border-color: rgb(60,111,186); }
td.TdClassName
{
border-color: #3C6FBA;
}
.TagClassName
{
border-color: #3C6FBA;
}
</style>