Shades of Steel Blue #417AC3
Tints of Steel Blue #417AC3
RGB
CMYK
RGB Variations
Color information
#417AC3 (or 0x417AC3) is known color: Steel Blue. HEX triplet: 41, 7A and C3. RGB value is (65,122,195). Sum of RGB (Red+Green+Blue) = 65+122+195=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #417AC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417AC3 is #BE853C. Grayscale: #707070. Windows color (decimal): -12485949 or 12810817. OLE color: 12810817.
HSL color Cylindrical-coordinate representation of color #417AC3: hue angle of 213.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #417AC3 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 122 | 195 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.24 |
| HSL | 213.69º | 0.52% | 0.51% | - |
| HSV(B) | 213.69º | 0.67% | 0.76% | - |
| XYZ | 18.99 | 18.98 | 54.29 | - |
| YUV | 113.28 | 174.12 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 195 | 0.67 | 0.37 | 0 | 0.24 | 213.69 | 0.52 | 0.51 |
| Hex | 41 | 7A | C3 | 43 | 25 | 0 | 18 | D6 | 34 | 33 |
| Octal | 101 | 172 | 303 | 103 | 45 | 0 | 30 | 326 | 64 | 63 |
| Binary | 1000001 | 1111010 | 11000011 | 1000011 | 100101 | 0 | 11000 | 11010110 | 110100 | 110011 |
Color Harmonies of #417AC3
Complementary color
Monochromatic Colors of #417AC3
Black with #417AC3
Text Example
Text Example
White with #417AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417AC3; }
p { color: rgb(65,122,195); }
H1.HeaderClassName
{
color: #417AC3;
}
.AnyTagClassName
{
color: #417AC3;
}
</style>
background-color css
<style>
a { background-color: #417AC3; }
a { background-color: rgb(65,122,195); }
div.DivClassName
{
background-color: #417AC3;
}
.BgClassName
{
background-color: #417AC3;
}
</style>
border-color css
<style>
span { border-color: #417AC3; }
span { border-color: rgb(65,122,195); }
td.TdClassName
{
border-color: #417AC3;
}
.TagClassName
{
border-color: #417AC3;
}
</style>