Shades of Steel Blue #3C73BE
Tints of Steel Blue #3C73BE
RGB
CMYK
RGB Variations
Color information
#3C73BE (or 0x3C73BE) is known color: Steel Blue. HEX triplet: 3C, 73 and BE. RGB value is (60,115,190). Sum of RGB (Red+Green+Blue) = 60+115+190=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C73BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C73BE is #C38C41. Grayscale: #6A6A6A. Windows color (decimal): -12815426 or 12481340. OLE color: 12481340.
HSL color Cylindrical-coordinate representation of color #3C73BE: hue angle of 214.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C73BE is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 115 | 190 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.25 |
| HSL | 214.62º | 0.52% | 0.49% | - |
| HSV(B) | 214.62º | 0.68% | 0.75% | - |
| XYZ | 17.29 | 16.94 | 51.07 | - |
| YUV | 107.11 | 174.78 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 190 | 0.68 | 0.39 | 0 | 0.25 | 214.62 | 0.52 | 0.49 |
| Hex | 3C | 73 | BE | 44 | 27 | 0 | 19 | D7 | 34 | 31 |
| Octal | 74 | 163 | 276 | 104 | 47 | 0 | 31 | 327 | 64 | 61 |
| Binary | 111100 | 1110011 | 10111110 | 1000100 | 100111 | 0 | 11001 | 11010111 | 110100 | 110001 |
Color Harmonies of #3C73BE
Complementary color
Monochromatic Colors of #3C73BE
Black with #3C73BE
Text Example
Text Example
White with #3C73BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C73BE; }
p { color: rgb(60,115,190); }
H1.HeaderClassName
{
color: #3C73BE;
}
.AnyTagClassName
{
color: #3C73BE;
}
</style>
background-color css
<style>
a { background-color: #3C73BE; }
a { background-color: rgb(60,115,190); }
div.DivClassName
{
background-color: #3C73BE;
}
.BgClassName
{
background-color: #3C73BE;
}
</style>
border-color css
<style>
span { border-color: #3C73BE; }
span { border-color: rgb(60,115,190); }
td.TdClassName
{
border-color: #3C73BE;
}
.TagClassName
{
border-color: #3C73BE;
}
</style>