Shades of Steel Blue #417CB1
Tints of Steel Blue #417CB1
RGB
CMYK
RGB Variations
Color information
#417CB1 (or 0x417CB1) is known color: Steel Blue. HEX triplet: 41, 7C and B1. RGB value is (65,124,177). Sum of RGB (Red+Green+Blue) = 65+124+177=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #417CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417CB1 is #BE834E. Grayscale: #707070. Windows color (decimal): -12485455 or 11631681. OLE color: 11631681.
HSL color Cylindrical-coordinate representation of color #417CB1: hue angle of 208.39º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #417CB1 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 124 | 177 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.31 |
| HSL | 208.39º | 0.46% | 0.47% | - |
| HSV(B) | 208.39º | 0.63% | 0.69% | - |
| XYZ | 17.32 | 18.71 | 44.29 | - |
| YUV | 112.4 | 164.45 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 177 | 0.63 | 0.30 | 0 | 0.31 | 208.39 | 0.46 | 0.47 |
| Hex | 41 | 7C | B1 | 3F | 1E | 0 | 1F | D0 | 2E | 2F |
| Octal | 101 | 174 | 261 | 77 | 36 | 0 | 37 | 320 | 56 | 57 |
| Binary | 1000001 | 1111100 | 10110001 | 111111 | 11110 | 0 | 11111 | 11010000 | 101110 | 101111 |
Color Harmonies of #417CB1
Complementary color
Monochromatic Colors of #417CB1
Black with #417CB1
Text Example
Text Example
White with #417CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417CB1; }
p { color: rgb(65,124,177); }
H1.HeaderClassName
{
color: #417CB1;
}
.AnyTagClassName
{
color: #417CB1;
}
</style>
background-color css
<style>
a { background-color: #417CB1; }
a { background-color: rgb(65,124,177); }
div.DivClassName
{
background-color: #417CB1;
}
.BgClassName
{
background-color: #417CB1;
}
</style>
border-color css
<style>
span { border-color: #417CB1; }
span { border-color: rgb(65,124,177); }
td.TdClassName
{
border-color: #417CB1;
}
.TagClassName
{
border-color: #417CB1;
}
</style>