#376978

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

Shades of Bismark #376978

Tints of Bismark #376978

Color information

#376978 (or 0x376978) is unknown color: approx Bismark. HEX triplet: 37, 69 and 78. RGB value is (55,105,120). Sum of RGB (Red+Green+Blue) = 55+105+120=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #376978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376978 is #C89687. Grayscale: #5B5B5B. Windows color (decimal): -13145736 or 7891255. OLE color: 7891255.

HSL color Cylindrical-coordinate representation of color #376978: hue angle of 193.85º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #376978 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB55105120-
CMYK0.540.1300.53
HSL193.85º37.14%34.31%-
HSV(B)193.85º54.17%47.06%-
XYZ10.0212.2719.61-
YUV91.76143.94101.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 120 (47.27% from 255) = 42.86%
R=19.64%
G=37.5%
B=42.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551051200.540.1300.53193.8537.1434.31
Hex37697836D035c22522
Octal6715117066150653024542
Binary110111110100111110001101101101011010111000010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376978; }

 p { color: rgb(55,105,120); }

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

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

 a { background-color: rgb(55,105,120); }

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

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

 span { border-color: rgb(55,105,120); }

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