Shades of Steel Blue #417FB3
Tints of Steel Blue #417FB3
RGB
CMYK
RGB Variations
Color information
#417FB3 (or 0x417FB3) is known color: Steel Blue. HEX triplet: 41, 7F and B3. RGB value is (65,127,179). Sum of RGB (Red+Green+Blue) = 65+127+179=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #417FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FB3 is #BE804C. Grayscale: #727272. Windows color (decimal): -12484685 or 11763521. OLE color: 11763521.
HSL color Cylindrical-coordinate representation of color #417FB3: hue angle of 207.37º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #417FB3 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 127 | 179 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.30 |
| HSL | 207.37º | 0.47% | 0.48% | - |
| HSV(B) | 207.37º | 0.64% | 0.7% | - |
| XYZ | 17.91 | 19.56 | 45.48 | - |
| YUV | 114.39 | 164.46 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 179 | 0.64 | 0.29 | 0 | 0.30 | 207.37 | 0.47 | 0.48 |
| Hex | 41 | 7F | B3 | 40 | 1D | 0 | 1E | CF | 2F | 30 |
| Octal | 101 | 177 | 263 | 100 | 35 | 0 | 36 | 317 | 57 | 60 |
| Binary | 1000001 | 1111111 | 10110011 | 1000000 | 11101 | 0 | 11110 | 11001111 | 101111 | 110000 |
Color Harmonies of #417FB3
Complementary color
Monochromatic Colors of #417FB3
Black with #417FB3
Text Example
Text Example
White with #417FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FB3; }
p { color: rgb(65,127,179); }
H1.HeaderClassName
{
color: #417FB3;
}
.AnyTagClassName
{
color: #417FB3;
}
</style>
background-color css
<style>
a { background-color: #417FB3; }
a { background-color: rgb(65,127,179); }
div.DivClassName
{
background-color: #417FB3;
}
.BgClassName
{
background-color: #417FB3;
}
</style>
border-color css
<style>
span { border-color: #417FB3; }
span { border-color: rgb(65,127,179); }
td.TdClassName
{
border-color: #417FB3;
}
.TagClassName
{
border-color: #417FB3;
}
</style>