#3F6671

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

Shades of Bismark #3F6671

Tints of Bismark #3F6671

Color information

#3F6671 (or 0x3F6671) is unknown color: approx Bismark. HEX triplet: 3F, 66 and 71. RGB value is (63,102,113). Sum of RGB (Red+Green+Blue) = 63+102+113=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F6671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6671 is #C0998E. Grayscale: #5B5B5B. Windows color (decimal): -12622223 or 7431743. OLE color: 7431743.

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

Color convert

RGB63102113-
CMYK0.440.1000.56
HSL193.2º28.41%34.51%-
HSV(B)193.2º44.25%44.31%-
XYZ9.7811.7517.38-
YUV91.59140.08107.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=22.66%
G=36.69%
B=40.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal631021130.440.1000.56193.228.4134.51
Hex3F66712CA038c11c23
Octal7714616154120703013443
Binary11111111001101110001101100101001110001100000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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