#3f6d79

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

Shades of Bismark #3F6D79

Tints of Bismark #3F6D79

Color information

#3F6D79 (or 0x3F6D79) is unknown color: approx Bismark. HEX triplet: 3F, 6D and 79. RGB value is (63,109,121). Sum of RGB (Red+Green+Blue) = 63+109+121=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F6D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6D79 is #C09286. Grayscale: #606060. Windows color (decimal): -12620423 or 7957823. OLE color: 7957823.

HSL color Cylindrical-coordinate representation of color #3F6D79: hue angle of 192.41º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F6D79 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB63109121-
CMYK0.480.1000.53
HSL192.41º31.52%36.08%-
HSV(B)192.41º47.93%47.45%-
XYZ10.9713.3720.09-
YUV96.61141.76104.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.50%
GREEN value IS 109 (42.97% from 255) = 37.20%
BLUE value IS 121 (47.66% from 255) = 41.30%
R=21.50%
G=37.20%
B=41.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631091210.480.1000.53192.4131.5236.08
Hex3F6D7930A035c02024
Octal7715517160120653004044
Binary111111110110111110011100001010011010111000000100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f6d79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,109,121); }

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

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

 a { background-color: rgb(63,109,121); }

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

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

 span { border-color: rgb(63,109,121); }

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