Shades of Steel Blue #3C72BC
Tints of Steel Blue #3C72BC
RGB
CMYK
RGB Variations
Color information
#3C72BC (or 0x3C72BC) is known color: Steel Blue. HEX triplet: 3C, 72 and BC. RGB value is (60,114,188). Sum of RGB (Red+Green+Blue) = 60+114+188=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C72BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C72BC is #C38D43. Grayscale: #696969. Windows color (decimal): -12815684 or 12350012. OLE color: 12350012.
HSL color Cylindrical-coordinate representation of color #3C72BC: hue angle of 214.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C72BC is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 114 | 188 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.26 |
| HSL | 214.69º | 0.52% | 0.49% | - |
| HSV(B) | 214.69º | 0.68% | 0.74% | - |
| XYZ | 16.96 | 16.63 | 49.89 | - |
| YUV | 106.29 | 174.11 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 188 | 0.68 | 0.39 | 0 | 0.26 | 214.69 | 0.52 | 0.49 |
| Hex | 3C | 72 | BC | 44 | 27 | 0 | 1A | D7 | 34 | 31 |
| Octal | 74 | 162 | 274 | 104 | 47 | 0 | 32 | 327 | 64 | 61 |
| Binary | 111100 | 1110010 | 10111100 | 1000100 | 100111 | 0 | 11010 | 11010111 | 110100 | 110001 |
Color Harmonies of #3C72BC
Complementary color
Monochromatic Colors of #3C72BC
Black with #3C72BC
Text Example
Text Example
White with #3C72BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C72BC; }
p { color: rgb(60,114,188); }
H1.HeaderClassName
{
color: #3C72BC;
}
.AnyTagClassName
{
color: #3C72BC;
}
</style>
background-color css
<style>
a { background-color: #3C72BC; }
a { background-color: rgb(60,114,188); }
div.DivClassName
{
background-color: #3C72BC;
}
.BgClassName
{
background-color: #3C72BC;
}
</style>
border-color css
<style>
span { border-color: #3C72BC; }
span { border-color: rgb(60,114,188); }
td.TdClassName
{
border-color: #3C72BC;
}
.TagClassName
{
border-color: #3C72BC;
}
</style>