Html Css Color HEX #437080 Bismark

📋 copy color: '#437080'

red 67 ◦ green 112 ◦ blue 128

#437080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bismark #437080

Tints of Bismark #437080

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 value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#437080 (or 0x437080) is known color: 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

RGB 67 112 128 -
CMYK 0.48 0.12 0 0.50
HSL 195.74º 0.31% 0.38% -
HSV(B) 195.74º 0.48% 0.5% -
XYZ 12.01 14.34 22.56 -
YUV 100.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 67 112 128 0.48 0.12 0 0.50 195.74 0.31 0.38
Hex 43 70 80 30 C 0 32 C4 1F 26
Octal 103 160 200 60 14 0 62 304 37 46
Binary 1000011 1110000 10000000 110000 1100 0 110010 11000100 11111 100110

Color Harmonies of #437080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437080

Black with #437080

Text Example


Text Example

White with #437080

Text Example


Text Example

HTML Codes & Css Web 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>