#43687D

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

Shades of Bismark #43687D

Tints of Bismark #43687D

Color information

#43687D (or 0x43687D) is unknown color: approx Bismark. HEX triplet: 43, 68 and 7D. RGB value is (67,104,125). Sum of RGB (Red+Green+Blue) = 67+104+125=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #43687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43687D is #BC9782. Grayscale: #5F5F5F. Windows color (decimal): -12359555 or 8218691. OLE color: 8218691.

HSL color Cylindrical-coordinate representation of color #43687D: hue angle of 201.72º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43687D is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB67104125-
CMYK0.460.1700.51
HSL201.72º30.21%37.65%-
HSV(B)201.72º46.4%49.02%-
XYZ10.9712.5721.25-
YUV95.33144.74107.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.64%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=22.64%
G=35.14%
B=42.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal671041250.460.1700.51201.7230.2137.65
Hex43687D2E11033ca1e26
Octal10315017556210633123646
Binary1000011110100011111011011101000101100111100101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43687D; }

 p { color: rgb(67,104,125); }

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

<style>
 a { background-color: #43687D; }

 a { background-color: rgb(67,104,125); }

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

<style>
 span { border-color: #43687D; }

 span { border-color: rgb(67,104,125); }

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