#3F606B

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

Shades of Smalt Blue #3F606B

Tints of Smalt Blue #3F606B

Color information

#3F606B (or 0x3F606B) is unknown color: approx Smalt Blue. HEX triplet: 3F, 60 and 6B. RGB value is (63,96,107). Sum of RGB (Red+Green+Blue) = 63+96+107=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F606B is #C09F94. Grayscale: #575757. Windows color (decimal): -12623765 or 7036991. OLE color: 7036991.

HSL color Cylindrical-coordinate representation of color #3F606B: hue angle of 195º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F606B is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6396107-
CMYK0.410.1000.58
HSL195º25.88%33.33%-
HSV(B)195º41.12%41.96%-
XYZ8.8910.4815.47-
YUV87.39139.07110.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.68%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 107 (42.19% from 255) = 40.23%
R=23.68%
G=36.09%
B=40.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63961070.410.1000.5819525.8833.33
Hex3F606B29A03Ac31a21
Octal7714015351120723033241
Binary11111111000001101011101001101001110101100001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,96,107); }

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

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

 a { background-color: rgb(63,96,107); }

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

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

 span { border-color: rgb(63,96,107); }

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