#43697B

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

Shades of Bismark #43697B

Tints of Bismark #43697B

Color information

#43697B (or 0x43697B) is unknown color: approx Bismark. HEX triplet: 43, 69 and 7B. RGB value is (67,105,123). Sum of RGB (Red+Green+Blue) = 67+105+123=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #43697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43697B is #BC9684. Grayscale: #5F5F5F. Windows color (decimal): -12359301 or 8087875. OLE color: 8087875.

HSL color Cylindrical-coordinate representation of color #43697B: hue angle of 199.29º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43697B is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB67105123-
CMYK0.460.1500.52
HSL199.29º29.47%37.25%-
HSV(B)199.29º45.53%48.24%-
XYZ10.9412.7320.62-
YUV95.69143.41107.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.71%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=22.71%
G=35.59%
B=41.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal671051230.460.1500.52199.2929.4737.25
Hex43697B2EF034c71d25
Octal10315117356170643073545
Binary100001111010011111011101110111101101001100011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43697B; }

 p { color: rgb(67,105,123); }

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

<style>
 a { background-color: #43697B; }

 a { background-color: rgb(67,105,123); }

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

<style>
 span { border-color: #43697B; }

 span { border-color: rgb(67,105,123); }

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