#417CBD

Color #417CBD Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #417CBD

Tints of Steel Blue #417CBD

Color information

#417CBD (or 0x417CBD) is unknown color: approx Steel Blue. HEX triplet: 41, 7C and BD. RGB value is (65,124,189). Sum of RGB (Red+Green+Blue) = 65+124+189=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #417CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417CBD is #BE8342. Grayscale: #717171. Windows color (decimal): -12485443 or 12418113. OLE color: 12418113.

HSL color Cylindrical-coordinate representation of color #417CBD: hue angle of 211.45º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417CBD is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB65124189-
CMYK0.660.3400.26
HSL211.45º48.82%49.8%-
HSV(B)211.45º65.61%74.12%-
XYZ18.5719.2150.87-
YUV113.77170.4593.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 17.20%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 189 (74.22% from 255) = 50%
R=17.20%
G=32.80%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651241890.660.3400.26211.4548.8249.8
Hex417CBD422201Ad33132
Octal101174275102420323236162
Binary1000001111110010111101100001010001001101011010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417CBD; }

 p { color: rgb(65,124,189); }

 H1.HeaderClassName
 {
   color: #417CBD;
 }
 .AnyTagClassName
 {
   color: #417CBD;
 }
</style>
background-color css

<style>
 a { background-color: #417CBD; }

 a { background-color: rgb(65,124,189); }

 div.DivClassName
 {
   background-color: #417CBD;
 }
 .BgClassName
 {
   background-color: #417CBD;
 }
</style>
border-color css

<style>
 span { border-color: #417CBD; }

 span { border-color: rgb(65,124,189); }

 td.TdClassName
 {
   border-color: #417CBD;
 }
 .TagClassName
 {
   border-color: #417CBD;
 }
</style>