#376A76

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

Shades of Bismark #376A76

Tints of Bismark #376A76

Color information

#376A76 (or 0x376A76) is unknown color: approx Bismark. HEX triplet: 37, 6A and 76. RGB value is (55,106,118). Sum of RGB (Red+Green+Blue) = 55+106+118=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #376A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A76 is #C89589. Grayscale: #5C5C5C. Windows color (decimal): -13145482 or 7760439. OLE color: 7760439.

HSL color Cylindrical-coordinate representation of color #376A76: hue angle of 191.43º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376A76 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB55106118-
CMYK0.530.1000.54
HSL191.43º36.42%33.92%-
HSV(B)191.43º53.39%46.27%-
XYZ1012.4319.01-
YUV92.12142.6101.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.71%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=19.71%
G=37.99%
B=42.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551061180.530.1000.54191.4336.4233.92
Hex376A7635A036bf2422
Octal6715216665120662774442
Binary110111110101011101101101011010011011010111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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