#3F6A73

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

Shades of Bismark #3F6A73

Tints of Bismark #3F6A73

Color information

#3F6A73 (or 0x3F6A73) is unknown color: approx Bismark. HEX triplet: 3F, 6A and 73. RGB value is (63,106,115). Sum of RGB (Red+Green+Blue) = 63+106+115=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F6A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6A73 is #C0958C. Grayscale: #5E5E5E. Windows color (decimal): -12621197 or 7563839. OLE color: 7563839.

HSL color Cylindrical-coordinate representation of color #3F6A73: hue angle of 190.38º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F6A73 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB63106115-
CMYK0.450.0800.55
HSL190.38º29.21%34.9%-
HSV(B)190.38º45.22%45.1%-
XYZ10.312.618.11-
YUV94.17139.75105.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.18%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 115 (45.31% from 255) = 40.49%
R=22.18%
G=37.32%
B=40.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal631061150.450.0800.55190.3829.2134.9
Hex3F6A732D8037be1d23
Octal7715216355100672763543
Binary11111111010101110011101101100001101111011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,106,115); }

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

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

 a { background-color: rgb(63,106,115); }

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

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

 span { border-color: rgb(63,106,115); }

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