#437080

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

Shades of Bismark #437080

Tints of Bismark #437080

Color information

#437080 (or 0x437080) is unknown color: approx Bismark. HEX triplet: 43, 70 and 80. RGB value is (67,112,128). Sum of RGB (Red+Green+Blue) = 67+112+128=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #437080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437080 is #BC8F7F. Grayscale: #646464. Windows color (decimal): -12357504 or 8417347. OLE color: 8417347.

HSL color Cylindrical-coordinate representation of color #437080: hue angle of 195.74º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #437080 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB67112128-
CMYK0.480.1200.50
HSL195.74º31.28%38.24%-
HSV(B)195.74º47.66%50.2%-
XYZ12.0114.3422.56-
YUV100.37143.59104.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.82%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=21.82%
G=36.48%
B=41.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal671121280.480.1200.50195.7431.2838.24
Hex43708030C032c41f26
Octal10316020060140623043746
Binary1000011111000010000000110000110001100101100010011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437080; }

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

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

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

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

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

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

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

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