#437081

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

Shades of Bismark #437081

Tints of Bismark #437081

Color information

#437081 (or 0x437081) is unknown color: approx Bismark. HEX triplet: 43, 70 and 81. RGB value is (67,112,129). Sum of RGB (Red+Green+Blue) = 67+112+129=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #437081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437081 is #BC8F7E. Grayscale: #646464. Windows color (decimal): -12357503 or 8482883. OLE color: 8482883.

HSL color Cylindrical-coordinate representation of color #437081: hue angle of 196.45º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #437081 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB67112129-
CMYK0.480.1300.49
HSL196.45º31.63%38.43%-
HSV(B)196.45º48.06%50.59%-
XYZ12.0714.3722.91-
YUV100.48144.09104.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.75%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=21.75%
G=36.36%
B=41.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal671121290.480.1300.49196.4531.6338.43
Hex43708130D031c42026
Octal10316020160150613044046
Binary10000111110000100000011100001101011000111000100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437081; }

 p { color: rgb(67,112,129); }

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

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

 a { background-color: rgb(67,112,129); }

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

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

 span { border-color: rgb(67,112,129); }

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