Shades of Steel Blue #3D73AF
Tints of Steel Blue #3D73AF
RGB
CMYK
RGB Variations
Color information
#3D73AF (or 0x3D73AF) is known color: Steel Blue. HEX triplet: 3D, 73 and AF. RGB value is (61,115,175). Sum of RGB (Red+Green+Blue) = 61+115+175=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 115 (45.31% from 255 or 32.76% 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 #3D73AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D73AF is #C28C50. Grayscale: #696969. Windows color (decimal): -12749905 or 11498301. OLE color: 11498301.
HSL color Cylindrical-coordinate representation of color #3D73AF: hue angle of 211.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D73AF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 115 | 175 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.31 |
| HSL | 211.58º | 0.48% | 0.46% | - |
| HSV(B) | 211.58º | 0.65% | 0.69% | - |
| XYZ | 15.79 | 16.35 | 42.88 | - |
| YUV | 105.69 | 167.11 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 115 | 175 | 0.65 | 0.34 | 0 | 0.31 | 211.58 | 0.48 | 0.46 |
| Hex | 3D | 73 | AF | 41 | 22 | 0 | 1F | D4 | 30 | 2E |
| Octal | 75 | 163 | 257 | 101 | 42 | 0 | 37 | 324 | 60 | 56 |
| Binary | 111101 | 1110011 | 10101111 | 1000001 | 100010 | 0 | 11111 | 11010100 | 110000 | 101110 |
Color Harmonies of #3D73AF
Complementary color
Monochromatic Colors of #3D73AF
Black with #3D73AF
Text Example
Text Example
White with #3D73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D73AF; }
p { color: rgb(61,115,175); }
H1.HeaderClassName
{
color: #3D73AF;
}
.AnyTagClassName
{
color: #3D73AF;
}
</style>
background-color css
<style>
a { background-color: #3D73AF; }
a { background-color: rgb(61,115,175); }
div.DivClassName
{
background-color: #3D73AF;
}
.BgClassName
{
background-color: #3D73AF;
}
</style>
border-color css
<style>
span { border-color: #3D73AF; }
span { border-color: rgb(61,115,175); }
td.TdClassName
{
border-color: #3D73AF;
}
.TagClassName
{
border-color: #3D73AF;
}
</style>