Shades of Steel Blue #3C6DBF
Tints of Steel Blue #3C6DBF
RGB
CMYK
RGB Variations
Color information
#3C6DBF (or 0x3C6DBF) is known color: Steel Blue. HEX triplet: 3C, 6D and BF. RGB value is (60,109,191). Sum of RGB (Red+Green+Blue) = 60+109+191=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C6DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6DBF is #C39240. Grayscale: #676767. Windows color (decimal): -12816961 or 12545340. OLE color: 12545340.
HSL color Cylindrical-coordinate representation of color #3C6DBF: hue angle of 217.56º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C6DBF is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 109 | 191 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.25 |
| HSL | 217.56º | 0.52% | 0.49% | - |
| HSV(B) | 217.56º | 0.69% | 0.75% | - |
| XYZ | 16.74 | 15.66 | 51.43 | - |
| YUV | 103.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 191 | 0.69 | 0.43 | 0 | 0.25 | 217.56 | 0.52 | 0.49 |
| Hex | 3C | 6D | BF | 45 | 2B | 0 | 19 | DA | 34 | 31 |
| Octal | 74 | 155 | 277 | 105 | 53 | 0 | 31 | 332 | 64 | 61 |
| Binary | 111100 | 1101101 | 10111111 | 1000101 | 101011 | 0 | 11001 | 11011010 | 110100 | 110001 |
Color Harmonies of #3C6DBF
Complementary color
Monochromatic Colors of #3C6DBF
Black with #3C6DBF
Text Example
Text Example
White with #3C6DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6DBF; }
p { color: rgb(60,109,191); }
H1.HeaderClassName
{
color: #3C6DBF;
}
.AnyTagClassName
{
color: #3C6DBF;
}
</style>
background-color css
<style>
a { background-color: #3C6DBF; }
a { background-color: rgb(60,109,191); }
div.DivClassName
{
background-color: #3C6DBF;
}
.BgClassName
{
background-color: #3C6DBF;
}
</style>
border-color css
<style>
span { border-color: #3C6DBF; }
span { border-color: rgb(60,109,191); }
td.TdClassName
{
border-color: #3C6DBF;
}
.TagClassName
{
border-color: #3C6DBF;
}
</style>