#3F656F

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

Shades of Smalt Blue #3F656F

Tints of Smalt Blue #3F656F

Color information

#3F656F (or 0x3F656F) is unknown color: approx Smalt Blue. HEX triplet: 3F, 65 and 6F. RGB value is (63,101,111). Sum of RGB (Red+Green+Blue) = 63+101+111=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F656F is #C09A90. Grayscale: #5A5A5A. Windows color (decimal): -12622481 or 7300415. OLE color: 7300415.

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

Color convert

RGB63101111-
CMYK0.430.0900.56
HSL192.5º27.59%34.12%-
HSV(B)192.5º43.24%43.53%-
XYZ9.5711.5116.76-
YUV90.78139.41108.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.91%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=22.91%
G=36.73%
B=40.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal631011110.430.0900.56192.527.5934.12
Hex3F656F2B9038c01c22
Octal7714515753110703003442
Binary11111111001011101111101011100101110001100000011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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