#417BBD

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

Shades of Steel Blue #417BBD

Tints of Steel Blue #417BBD

Color information

#417BBD (or 0x417BBD) is unknown color: approx Steel Blue. HEX triplet: 41, 7B and BD. RGB value is (65,123,189). Sum of RGB (Red+Green+Blue) = 65+123+189=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #417BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BBD is #BE8442. Grayscale: #707070. Windows color (decimal): -12485699 or 12417857. OLE color: 12417857.

HSL color Cylindrical-coordinate representation of color #417BBD: hue angle of 211.94º 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 #417BBD is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB65123189-
CMYK0.660.3500.26
HSL211.94º48.82%49.8%-
HSV(B)211.94º65.61%74.12%-
XYZ18.4518.9650.83-
YUV113.18170.7893.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.24%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=17.24%
G=32.63%
B=50.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651231890.660.3500.26211.9448.8249.8
Hex417BBD422301Ad43132
Octal101173275102430323246162
Binary1000001111101110111101100001010001101101011010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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