Html Css Color HEX #437380 Bismark

📋 copy color: '#437380'

red 67 ◦ green 115 ◦ blue 128

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

Shades of Bismark #437380

Tints of Bismark #437380

RGB

 RED value IS 67 (26.56% from 255) = 21.61%

 GREEN value IS 115 (45.31% from 255) = 37.1%

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 21.61%
G = 37.1%
B = 41.29%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#437380 (or 0x437380) is known color: Bismark. HEX triplet: 43, 73 and 80. RGB value is (67,115,128). Sum of RGB (Red+Green+Blue) = 67+115+128=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #437380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437380 is #BC8C7F. Grayscale: #666666. Windows color (decimal): -12356736 or 8418115. OLE color: 8418115.

HSL color Cylindrical-coordinate representation of color #437380: hue angle of 192.79º 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 #437380 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 115 128 -
CMYK 0.48 0.10 0 0.50
HSL 192.79º 0.31% 0.38% -
HSV(B) 192.79º 0.48% 0.5% -
XYZ 12.34 15.01 22.67 -
YUV 102.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 67 115 128 0.48 0.10 0 0.50 192.79 0.31 0.38
Hex 43 73 80 30 A 0 32 C1 1F 26
Octal 103 163 200 60 12 0 62 301 37 46
Binary 1000011 1110011 10000000 110000 1010 0 110010 11000001 11111 100110

Color Harmonies of #437380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437380

Black with #437380

Text Example


Text Example

White with #437380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #437380; }

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

 H1.HeaderClassName
 {
   color: #437380;
 }
 .AnyTagClassName
 {
   color: #437380;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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