Shades of Steel Blue #3C75B3
Tints of Steel Blue #3C75B3
RGB
CMYK
RGB Variations
Color information
#3C75B3 (or 0x3C75B3) is known color: Steel Blue. HEX triplet: 3C, 75 and B3. RGB value is (60,117,179). Sum of RGB (Red+Green+Blue) = 60+117+179=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C75B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C75B3 is #C38A4C. Grayscale: #6A6A6A. Windows color (decimal): -12814925 or 11760956. OLE color: 11760956.
HSL color Cylindrical-coordinate representation of color #3C75B3: hue angle of 211.26º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C75B3 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 117 | 179 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.30 |
| HSL | 211.26º | 0.5% | 0.47% | - |
| HSV(B) | 211.26º | 0.66% | 0.7% | - |
| XYZ | 16.36 | 16.94 | 45.05 | - |
| YUV | 107.03 | 168.62 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 179 | 0.66 | 0.35 | 0 | 0.30 | 211.26 | 0.5 | 0.47 |
| Hex | 3C | 75 | B3 | 42 | 23 | 0 | 1E | D3 | 32 | 2F |
| Octal | 74 | 165 | 263 | 102 | 43 | 0 | 36 | 323 | 62 | 57 |
| Binary | 111100 | 1110101 | 10110011 | 1000010 | 100011 | 0 | 11110 | 11010011 | 110010 | 101111 |
Color Harmonies of #3C75B3
Complementary color
Monochromatic Colors of #3C75B3
Black with #3C75B3
Text Example
Text Example
White with #3C75B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C75B3; }
p { color: rgb(60,117,179); }
H1.HeaderClassName
{
color: #3C75B3;
}
.AnyTagClassName
{
color: #3C75B3;
}
</style>
background-color css
<style>
a { background-color: #3C75B3; }
a { background-color: rgb(60,117,179); }
div.DivClassName
{
background-color: #3C75B3;
}
.BgClassName
{
background-color: #3C75B3;
}
</style>
border-color css
<style>
span { border-color: #3C75B3; }
span { border-color: rgb(60,117,179); }
td.TdClassName
{
border-color: #3C75B3;
}
.TagClassName
{
border-color: #3C75B3;
}
</style>