Shades of Steel Blue #417DA3
Tints of Steel Blue #417DA3
RGB
CMYK
RGB Variations
Color information
#417DA3 (or 0x417DA3) is known color: Steel Blue. HEX triplet: 41, 7D and A3. RGB value is (65,125,163). Sum of RGB (Red+Green+Blue) = 65+125+163=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 163 (64.06% from 255 or 46.18% from 353); Max value from RGB is 163 - color contains mainly: blue. Hex color #417DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417DA3 is #BE825C. Grayscale: #6F6F6F. Windows color (decimal): -12485213 or 10714433. OLE color: 10714433.
HSL color Cylindrical-coordinate representation of color #417DA3: hue angle of 203.27º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #417DA3 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 125 | 163 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.36 |
| HSL | 203.27º | 0.43% | 0.45% | - |
| HSV(B) | 203.27º | 0.6% | 0.64% | - |
| XYZ | 16.12 | 18.44 | 37.36 | - |
| YUV | 111.39 | 157.12 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 163 | 0.60 | 0.23 | 0 | 0.36 | 203.27 | 0.43 | 0.45 |
| Hex | 41 | 7D | A3 | 3C | 17 | 0 | 24 | CB | 2B | 2D |
| Octal | 101 | 175 | 243 | 74 | 27 | 0 | 44 | 313 | 53 | 55 |
| Binary | 1000001 | 1111101 | 10100011 | 111100 | 10111 | 0 | 100100 | 11001011 | 101011 | 101101 |
Color Harmonies of #417DA3
Complementary color
Monochromatic Colors of #417DA3
Black with #417DA3
Text Example
Text Example
White with #417DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DA3; }
p { color: rgb(65,125,163); }
H1.HeaderClassName
{
color: #417DA3;
}
.AnyTagClassName
{
color: #417DA3;
}
</style>
background-color css
<style>
a { background-color: #417DA3; }
a { background-color: rgb(65,125,163); }
div.DivClassName
{
background-color: #417DA3;
}
.BgClassName
{
background-color: #417DA3;
}
</style>
border-color css
<style>
span { border-color: #417DA3; }
span { border-color: rgb(65,125,163); }
td.TdClassName
{
border-color: #417DA3;
}
.TagClassName
{
border-color: #417DA3;
}
</style>