#3F6471

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

Shades of Bismark #3F6471

Tints of Bismark #3F6471

Color information

#3F6471 (or 0x3F6471) is unknown color: approx Bismark. HEX triplet: 3F, 64 and 71. RGB value is (63,100,113). Sum of RGB (Red+Green+Blue) = 63+100+113=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F6471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6471 is #C09B8E. Grayscale: #5A5A5A. Windows color (decimal): -12622735 or 7431231. OLE color: 7431231.

HSL color Cylindrical-coordinate representation of color #3F6471: hue angle of 195.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F6471 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB63100113-
CMYK0.440.1200.56
HSL195.6º28.41%34.51%-
HSV(B)195.6º44.25%44.31%-
XYZ9.5911.3617.31-
YUV90.42140.74108.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.83%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=22.83%
G=36.23%
B=40.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal631001130.440.1200.56195.628.4134.51
Hex3F64712CC038c41c23
Octal7714416154140703043443
Binary11111111001001110001101100110001110001100010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,100,113); }

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

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

 a { background-color: rgb(63,100,113); }

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

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

 span { border-color: rgb(63,100,113); }

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