#3F71BB

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

Shades of Steel Blue #3F71BB

Tints of Steel Blue #3F71BB

Color information

#3F71BB (or 0x3F71BB) is unknown color: approx Steel Blue. HEX triplet: 3F, 71 and BB. RGB value is (63,113,187). Sum of RGB (Red+Green+Blue) = 63+113+187=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F71BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F71BB is #C08E44. Grayscale: #6A6A6A. Windows color (decimal): -12619333 or 12284223. OLE color: 12284223.

HSL color Cylindrical-coordinate representation of color #3F71BB: hue angle of 215.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F71BB is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB63113187-
CMYK0.660.4000.27
HSL215.81º49.6%49.02%-
HSV(B)215.81º66.31%73.33%-
XYZ16.9216.4549.3-
YUV106.49173.4496.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.36%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=17.36%
G=31.13%
B=51.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631131870.660.4000.27215.8149.649.02
Hex3F71BB422801Bd83231
Octal77161273102500333306261
Binary111111111000110111011100001010100001101111011000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F71BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F71BB; }

 p { color: rgb(63,113,187); }

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

<style>
 a { background-color: #3F71BB; }

 a { background-color: rgb(63,113,187); }

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

<style>
 span { border-color: #3F71BB; }

 span { border-color: rgb(63,113,187); }

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