#3f6ec1

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

Shades of Steel Blue #3F6EC1

Tints of Steel Blue #3F6EC1

Color information

#3F6EC1 (or 0x3F6EC1) is unknown color: approx Steel Blue. HEX triplet: 3F, 6E and C1. RGB value is (63,110,193). Sum of RGB (Red+Green+Blue) = 63+110+193=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #3F6EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6EC1 is #C0913E. Grayscale: #696969. Windows color (decimal): -12620095 or 12676671. OLE color: 12676671.

HSL color Cylindrical-coordinate representation of color #3F6EC1: hue angle of 218.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F6EC1 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB63110193-
CMYK0.670.4300.24
HSL218.31º51.18%50.2%-
HSV(B)218.31º67.36%75.69%-
XYZ17.2516.0652.64-
YUV105.41177.4397.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.21%
GREEN value IS 110 (43.36% from 255) = 30.05%
BLUE value IS 193 (75.78% from 255) = 52.73%
R=17.21%
G=30.05%
B=52.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal631101930.670.4300.24218.3151.1850.2
Hex3F6EC1432B018da3332
Octal77156301103530303326362
Binary111111110111011000001100001110101101100011011010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f6ec1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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