#3F626F

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

Shades of Smalt Blue #3F626F

Tints of Smalt Blue #3F626F

Color information

#3F626F (or 0x3F626F) is unknown color: approx Smalt Blue. HEX triplet: 3F, 62 and 6F. RGB value is (63,98,111). Sum of RGB (Red+Green+Blue) = 63+98+111=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F626F is #C09D90. Grayscale: #585858. Windows color (decimal): -12623249 or 7299647. OLE color: 7299647.

HSL color Cylindrical-coordinate representation of color #3F626F: hue angle of 196.25º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F626F is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6398111-
CMYK0.430.1200.56
HSL196.25º27.59%34.12%-
HSV(B)196.25º43.24%43.53%-
XYZ9.2910.9416.66-
YUV89.02140.4109.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=23.16%
G=36.03%
B=40.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63981110.430.1200.56196.2527.5934.12
Hex3F626F2BC038c41c22
Octal7714215753140703043442
Binary11111111000101101111101011110001110001100010011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,98,111); }

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

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

 a { background-color: rgb(63,98,111); }

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

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

 span { border-color: rgb(63,98,111); }

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