#3F6EB9

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

Shades of Steel Blue #3F6EB9

Tints of Steel Blue #3F6EB9

Color information

#3F6EB9 (or 0x3F6EB9) is unknown color: approx Steel Blue. HEX triplet: 3F, 6E and B9. RGB value is (63,110,185). Sum of RGB (Red+Green+Blue) = 63+110+185=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F6EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6EB9 is #C09146. Grayscale: #686868. Windows color (decimal): -12620103 or 12152383. OLE color: 12152383.

HSL color Cylindrical-coordinate representation of color #3F6EB9: hue angle of 216.89º degrees, saturation: 0.49, 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 #3F6EB9 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB63110185-
CMYK0.660.4100.27
HSL216.89º49.19%48.63%-
HSV(B)216.89º65.95%72.55%-
XYZ16.3815.7148.07-
YUV104.5173.4398.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.60%
GREEN value IS 110 (43.36% from 255) = 30.73%
BLUE value IS 185 (72.66% from 255) = 51.68%
R=17.60%
G=30.73%
B=51.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631101850.660.4100.27216.8949.1948.63
Hex3F6EB9422901Bd93131
Octal77156271102510333316161
Binary111111110111010111001100001010100101101111011001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,110,185); }

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

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

 a { background-color: rgb(63,110,185); }

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

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

 span { border-color: rgb(63,110,185); }

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