Shades of Steel Blue #3C74AF
Tints of Steel Blue #3C74AF
RGB
CMYK
RGB Variations
Color information
#3C74AF (or 0x3C74AF) is known color: Steel Blue. HEX triplet: 3C, 74 and AF. RGB value is (60,116,175). Sum of RGB (Red+Green+Blue) = 60+116+175=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C74AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C74AF is #C38B50. Grayscale: #696969. Windows color (decimal): -12815185 or 11498556. OLE color: 11498556.
HSL color Cylindrical-coordinate representation of color #3C74AF: hue angle of 210.78º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C74AF is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 116 | 175 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.31 |
| HSL | 210.78º | 0.49% | 0.46% | - |
| HSV(B) | 210.78º | 0.66% | 0.69% | - |
| XYZ | 15.85 | 16.55 | 42.92 | - |
| YUV | 105.98 | 166.95 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 175 | 0.66 | 0.34 | 0 | 0.31 | 210.78 | 0.49 | 0.46 |
| Hex | 3C | 74 | AF | 42 | 22 | 0 | 1F | D3 | 31 | 2E |
| Octal | 74 | 164 | 257 | 102 | 42 | 0 | 37 | 323 | 61 | 56 |
| Binary | 111100 | 1110100 | 10101111 | 1000010 | 100010 | 0 | 11111 | 11010011 | 110001 | 101110 |
Color Harmonies of #3C74AF
Complementary color
Monochromatic Colors of #3C74AF
Black with #3C74AF
Text Example
Text Example
White with #3C74AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C74AF; }
p { color: rgb(60,116,175); }
H1.HeaderClassName
{
color: #3C74AF;
}
.AnyTagClassName
{
color: #3C74AF;
}
</style>
background-color css
<style>
a { background-color: #3C74AF; }
a { background-color: rgb(60,116,175); }
div.DivClassName
{
background-color: #3C74AF;
}
.BgClassName
{
background-color: #3C74AF;
}
</style>
border-color css
<style>
span { border-color: #3C74AF; }
span { border-color: rgb(60,116,175); }
td.TdClassName
{
border-color: #3C74AF;
}
.TagClassName
{
border-color: #3C74AF;
}
</style>