Shades of Steel Blue #3C78B6
Tints of Steel Blue #3C78B6
RGB
CMYK
RGB Variations
Color information
#3C78B6 (or 0x3C78B6) is known color: Steel Blue. HEX triplet: 3C, 78 and B6. RGB value is (60,120,182). Sum of RGB (Red+Green+Blue) = 60+120+182=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C78B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C78B6 is #C38749. Grayscale: #6C6C6C. Windows color (decimal): -12814154 or 11958332. OLE color: 11958332.
HSL color Cylindrical-coordinate representation of color #3C78B6: hue angle of 210.49º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C78B6 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 120 | 182 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.29 |
| HSL | 210.49º | 0.5% | 0.47% | - |
| HSV(B) | 210.49º | 0.67% | 0.71% | - |
| XYZ | 17.02 | 17.77 | 46.79 | - |
| YUV | 109.13 | 169.12 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 182 | 0.67 | 0.34 | 0 | 0.29 | 210.49 | 0.5 | 0.47 |
| Hex | 3C | 78 | B6 | 43 | 22 | 0 | 1D | D2 | 32 | 2F |
| Octal | 74 | 170 | 266 | 103 | 42 | 0 | 35 | 322 | 62 | 57 |
| Binary | 111100 | 1111000 | 10110110 | 1000011 | 100010 | 0 | 11101 | 11010010 | 110010 | 101111 |
Color Harmonies of #3C78B6
Complementary color
Monochromatic Colors of #3C78B6
Black with #3C78B6
Text Example
Text Example
White with #3C78B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C78B6; }
p { color: rgb(60,120,182); }
H1.HeaderClassName
{
color: #3C78B6;
}
.AnyTagClassName
{
color: #3C78B6;
}
</style>
background-color css
<style>
a { background-color: #3C78B6; }
a { background-color: rgb(60,120,182); }
div.DivClassName
{
background-color: #3C78B6;
}
.BgClassName
{
background-color: #3C78B6;
}
</style>
border-color css
<style>
span { border-color: #3C78B6; }
span { border-color: rgb(60,120,182); }
td.TdClassName
{
border-color: #3C78B6;
}
.TagClassName
{
border-color: #3C78B6;
}
</style>