#417CBB

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

Shades of Steel Blue #417CBB

Tints of Steel Blue #417CBB

Color information

#417CBB (or 0x417CBB) is unknown color: approx Steel Blue. HEX triplet: 41, 7C and BB. RGB value is (65,124,187). Sum of RGB (Red+Green+Blue) = 65+124+187=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #417CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417CBB is #BE8344. Grayscale: #717171. Windows color (decimal): -12485445 or 12287041. OLE color: 12287041.

HSL color Cylindrical-coordinate representation of color #417CBB: hue angle of 210.98º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #417CBB is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB65124187-
CMYK0.650.3400.27
HSL210.98º48.41%49.41%-
HSV(B)210.98º65.24%73.33%-
XYZ18.3619.1349.74-
YUV113.54169.4593.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.29%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=17.29%
G=32.98%
B=49.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651241870.650.3400.27210.9848.4149.41
Hex417CBB412201Bd33031
Octal101174273101420333236061
Binary1000001111110010111011100000110001001101111010011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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