#376A79

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

Shades of Bismark #376A79

Tints of Bismark #376A79

Color information

#376A79 (or 0x376A79) is unknown color: approx Bismark. HEX triplet: 37, 6A and 79. RGB value is (55,106,121). Sum of RGB (Red+Green+Blue) = 55+106+121=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #376A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A79 is #C89586. Grayscale: #5C5C5C. Windows color (decimal): -13145479 or 7957047. OLE color: 7957047.

HSL color Cylindrical-coordinate representation of color #376A79: hue angle of 193.64º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #376A79 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB55106121-
CMYK0.550.1200.53
HSL193.64º37.5%34.51%-
HSV(B)193.64º54.55%47.45%-
XYZ10.1812.519.97-
YUV92.46144.1101.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.50%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 121 (47.66% from 255) = 42.91%
R=19.50%
G=37.59%
B=42.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551061210.550.1200.53193.6437.534.51
Hex376A7937C035c22623
Octal6715217167140653024643
Binary110111110101011110011101111100011010111000010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376A79; }

 p { color: rgb(55,106,121); }

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

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

 a { background-color: rgb(55,106,121); }

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

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

 span { border-color: rgb(55,106,121); }

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