Shades of Steel Blue #3C75B4
Tints of Steel Blue #3C75B4
RGB
CMYK
RGB Variations
Color information
#3C75B4 (or 0x3C75B4) is known color: Steel Blue. HEX triplet: 3C, 75 and B4. RGB value is (60,117,180). Sum of RGB (Red+Green+Blue) = 60+117+180=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #3C75B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C75B4 is #C38A4B. Grayscale: #6A6A6A. Windows color (decimal): -12814924 or 11826492. OLE color: 11826492.
HSL color Cylindrical-coordinate representation of color #3C75B4: hue angle of 211.5º 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 #3C75B4 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 117 | 180 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.29 |
| HSL | 211.5º | 0.5% | 0.47% | - |
| HSV(B) | 211.5º | 0.67% | 0.71% | - |
| XYZ | 16.46 | 16.98 | 45.59 | - |
| YUV | 107.14 | 169.12 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 180 | 0.67 | 0.35 | 0 | 0.29 | 211.5 | 0.5 | 0.47 |
| Hex | 3C | 75 | B4 | 43 | 23 | 0 | 1D | D4 | 32 | 2F |
| Octal | 74 | 165 | 264 | 103 | 43 | 0 | 35 | 324 | 62 | 57 |
| Binary | 111100 | 1110101 | 10110100 | 1000011 | 100011 | 0 | 11101 | 11010100 | 110010 | 101111 |
Color Harmonies of #3C75B4
Complementary color
Monochromatic Colors of #3C75B4
Black with #3C75B4
Text Example
Text Example
White with #3C75B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C75B4; }
p { color: rgb(60,117,180); }
H1.HeaderClassName
{
color: #3C75B4;
}
.AnyTagClassName
{
color: #3C75B4;
}
</style>
background-color css
<style>
a { background-color: #3C75B4; }
a { background-color: rgb(60,117,180); }
div.DivClassName
{
background-color: #3C75B4;
}
.BgClassName
{
background-color: #3C75B4;
}
</style>
border-color css
<style>
span { border-color: #3C75B4; }
span { border-color: rgb(60,117,180); }
td.TdClassName
{
border-color: #3C75B4;
}
.TagClassName
{
border-color: #3C75B4;
}
</style>