#43687a

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

Shades of Bismark #43687A

Tints of Bismark #43687A

Color information

#43687A (or 0x43687A) is unknown color: approx Bismark. HEX triplet: 43, 68 and 7A. RGB value is (67,104,122). Sum of RGB (Red+Green+Blue) = 67+104+122=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #43687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43687A is #BC9785. Grayscale: #5E5E5E. Windows color (decimal): -12359558 or 8022083. OLE color: 8022083.

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

Color convert

RGB67104122-
CMYK0.450.1500.52
HSL199.64º29.1%37.06%-
HSV(B)199.64º45.08%47.84%-
XYZ10.7812.520.26-
YUV94.99143.24108.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.87%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=22.87%
G=35.49%
B=41.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal671041220.450.1500.52199.6429.137.06
Hex43687A2DF034c81d25
Octal10315017255170643103545
Binary100001111010001111010101101111101101001100100011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43687a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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