Shades of Steel Blue #3C75BC
Tints of Steel Blue #3C75BC
RGB
CMYK
RGB Variations
Color information
#3C75BC (or 0x3C75BC) is known color: Steel Blue. HEX triplet: 3C, 75 and BC. RGB value is (60,117,188). Sum of RGB (Red+Green+Blue) = 60+117+188=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C75BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C75BC is #C38A43. Grayscale: #6B6B6B. Windows color (decimal): -12814916 or 12350780. OLE color: 12350780.
HSL color Cylindrical-coordinate representation of color #3C75BC: hue angle of 213.28º 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 #3C75BC is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 117 | 188 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.26 |
| HSL | 213.28º | 0.52% | 0.49% | - |
| HSV(B) | 213.28º | 0.68% | 0.74% | - |
| XYZ | 17.3 | 17.31 | 50.01 | - |
| YUV | 108.05 | 173.12 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 188 | 0.68 | 0.38 | 0 | 0.26 | 213.28 | 0.52 | 0.49 |
| Hex | 3C | 75 | BC | 44 | 26 | 0 | 1A | D5 | 34 | 31 |
| Octal | 74 | 165 | 274 | 104 | 46 | 0 | 32 | 325 | 64 | 61 |
| Binary | 111100 | 1110101 | 10111100 | 1000100 | 100110 | 0 | 11010 | 11010101 | 110100 | 110001 |
Color Harmonies of #3C75BC
Complementary color
Monochromatic Colors of #3C75BC
Black with #3C75BC
Text Example
Text Example
White with #3C75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C75BC; }
p { color: rgb(60,117,188); }
H1.HeaderClassName
{
color: #3C75BC;
}
.AnyTagClassName
{
color: #3C75BC;
}
</style>
background-color css
<style>
a { background-color: #3C75BC; }
a { background-color: rgb(60,117,188); }
div.DivClassName
{
background-color: #3C75BC;
}
.BgClassName
{
background-color: #3C75BC;
}
</style>
border-color css
<style>
span { border-color: #3C75BC; }
span { border-color: rgb(60,117,188); }
td.TdClassName
{
border-color: #3C75BC;
}
.TagClassName
{
border-color: #3C75BC;
}
</style>