#3F636F

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

Shades of Smalt Blue #3F636F

Tints of Smalt Blue #3F636F

Color information

#3F636F (or 0x3F636F) is unknown color: approx Smalt Blue. HEX triplet: 3F, 63 and 6F. RGB value is (63,99,111). Sum of RGB (Red+Green+Blue) = 63+99+111=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F636F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F636F is #C09C90. Grayscale: #595959. Windows color (decimal): -12622993 or 7299903. OLE color: 7299903.

HSL color Cylindrical-coordinate representation of color #3F636F: hue angle of 195º 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 #3F636F is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6399111-
CMYK0.430.1100.56
HSL195º27.59%34.12%-
HSV(B)195º43.24%43.53%-
XYZ9.3811.1316.69-
YUV89.6140.07109.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=23.08%
G=36.26%
B=40.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63991110.430.1100.5619527.5934.12
Hex3F636F2BB038c31c22
Octal7714315753130703033442
Binary11111111000111101111101011101101110001100001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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