#417BBF

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

Shades of Steel Blue #417BBF

Tints of Steel Blue #417BBF

Color information

#417BBF (or 0x417BBF) is unknown color: approx Steel Blue. HEX triplet: 41, 7B and BF. RGB value is (65,123,191). Sum of RGB (Red+Green+Blue) = 65+123+191=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #417BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BBF is #BE8440. Grayscale: #717171. Windows color (decimal): -12485697 or 12548929. OLE color: 12548929.

HSL color Cylindrical-coordinate representation of color #417BBF: hue angle of 212.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417BBF is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65123191-
CMYK0.660.3600.25
HSL212.38º49.61%50.2%-
HSV(B)212.38º65.97%74.9%-
XYZ18.6719.0551.98-
YUV113.41171.7893.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.15%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 191 (75% from 255) = 50.40%
R=17.15%
G=32.45%
B=50.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651231910.660.3600.25212.3849.6150.2
Hex417BBF4224019d43232
Octal101173277102440313246262
Binary1000001111101110111111100001010010001100111010100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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