Shades of Steel Blue #417AC2
Tints of Steel Blue #417AC2
RGB
CMYK
RGB Variations
Color information
#417AC2 (or 0x417AC2) is known color: Steel Blue. HEX triplet: 41, 7A and C2. RGB value is (65,122,194). Sum of RGB (Red+Green+Blue) = 65+122+194=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 194 (76.17% from 255 or 50.92% from 381); Max value from RGB is 194 - color contains mainly: blue. Hex color #417AC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417AC2 is #BE853D. Grayscale: #707070. Windows color (decimal): -12485950 or 12745281. OLE color: 12745281.
HSL color Cylindrical-coordinate representation of color #417AC2: hue angle of 213.49º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417AC2 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 122 | 194 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.24 |
| HSL | 213.49º | 0.51% | 0.51% | - |
| HSV(B) | 213.49º | 0.66% | 0.76% | - |
| XYZ | 18.88 | 18.94 | 53.7 | - |
| YUV | 113.17 | 173.62 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 194 | 0.66 | 0.37 | 0 | 0.24 | 213.49 | 0.51 | 0.51 |
| Hex | 41 | 7A | C2 | 42 | 25 | 0 | 18 | D5 | 33 | 33 |
| Octal | 101 | 172 | 302 | 102 | 45 | 0 | 30 | 325 | 63 | 63 |
| Binary | 1000001 | 1111010 | 11000010 | 1000010 | 100101 | 0 | 11000 | 11010101 | 110011 | 110011 |
Color Harmonies of #417AC2
Complementary color
Monochromatic Colors of #417AC2
Black with #417AC2
Text Example
Text Example
White with #417AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417AC2; }
p { color: rgb(65,122,194); }
H1.HeaderClassName
{
color: #417AC2;
}
.AnyTagClassName
{
color: #417AC2;
}
</style>
background-color css
<style>
a { background-color: #417AC2; }
a { background-color: rgb(65,122,194); }
div.DivClassName
{
background-color: #417AC2;
}
.BgClassName
{
background-color: #417AC2;
}
</style>
border-color css
<style>
span { border-color: #417AC2; }
span { border-color: rgb(65,122,194); }
td.TdClassName
{
border-color: #417AC2;
}
.TagClassName
{
border-color: #417AC2;
}
</style>