#3F6473

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

Shades of Bismark #3F6473

Tints of Bismark #3F6473

Color information

#3F6473 (or 0x3F6473) is unknown color: approx Bismark. HEX triplet: 3F, 64 and 73. RGB value is (63,100,115). Sum of RGB (Red+Green+Blue) = 63+100+115=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F6473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6473 is #C09B8C. Grayscale: #5A5A5A. Windows color (decimal): -12622733 or 7562303. OLE color: 7562303.

HSL color Cylindrical-coordinate representation of color #3F6473: hue angle of 197.31º 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 #3F6473 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB63100115-
CMYK0.450.1300.55
HSL197.31º29.21%34.9%-
HSV(B)197.31º45.22%45.1%-
XYZ9.711.4117.91-
YUV90.65141.74108.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 115 (45.31% from 255) = 41.37%
R=22.66%
G=35.97%
B=41.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal631001150.450.1300.55197.3129.2134.9
Hex3F64732DD037c51d23
Octal7714416355150673053543
Binary11111111001001110011101101110101101111100010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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