Shades of Steel Blue #416FC3
Tints of Steel Blue #416FC3
RGB
CMYK
RGB Variations
Color information
#416FC3 (or 0x416FC3) is known color: Steel Blue. HEX triplet: 41, 6F and C3. RGB value is (65,111,195). Sum of RGB (Red+Green+Blue) = 65+111+195=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #416FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FC3 is #BE903C. Grayscale: #6A6A6A. Windows color (decimal): -12488765 or 12808001. OLE color: 12808001.
HSL color Cylindrical-coordinate representation of color #416FC3: hue angle of 218.77º 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 #416FC3 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 111 | 195 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.24 |
| HSL | 218.77º | 0.52% | 0.51% | - |
| HSV(B) | 218.77º | 0.67% | 0.76% | - |
| XYZ | 17.71 | 16.43 | 53.87 | - |
| YUV | 106.82 | 177.76 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 195 | 0.67 | 0.43 | 0 | 0.24 | 218.77 | 0.52 | 0.51 |
| Hex | 41 | 6F | C3 | 43 | 2B | 0 | 18 | DB | 34 | 33 |
| Octal | 101 | 157 | 303 | 103 | 53 | 0 | 30 | 333 | 64 | 63 |
| Binary | 1000001 | 1101111 | 11000011 | 1000011 | 101011 | 0 | 11000 | 11011011 | 110100 | 110011 |
Color Harmonies of #416FC3
Complementary color
Monochromatic Colors of #416FC3
Black with #416FC3
Text Example
Text Example
White with #416FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FC3; }
p { color: rgb(65,111,195); }
H1.HeaderClassName
{
color: #416FC3;
}
.AnyTagClassName
{
color: #416FC3;
}
</style>
background-color css
<style>
a { background-color: #416FC3; }
a { background-color: rgb(65,111,195); }
div.DivClassName
{
background-color: #416FC3;
}
.BgClassName
{
background-color: #416FC3;
}
</style>
border-color css
<style>
span { border-color: #416FC3; }
span { border-color: rgb(65,111,195); }
td.TdClassName
{
border-color: #416FC3;
}
.TagClassName
{
border-color: #416FC3;
}
</style>