#396C78

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

Shades of Bismark #396C78

Tints of Bismark #396C78

Color information

#396C78 (or 0x396C78) is unknown color: approx Bismark. HEX triplet: 39, 6C and 78. RGB value is (57,108,120). Sum of RGB (Red+Green+Blue) = 57+108+120=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #396C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C78 is #C69387. Grayscale: #5E5E5E. Windows color (decimal): -13013896 or 7892025. OLE color: 7892025.

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

Color convert

RGB57108120-
CMYK0.520.1000.53
HSL191.43º35.59%34.71%-
HSV(B)191.43º52.5%47.06%-
XYZ10.4412.9519.72-
YUV94.12142.6101.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=20%
G=37.89%
B=42.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571081200.520.1000.53191.4335.5934.71
Hex396C7834A035bf2423
Octal7115417064120652774443
Binary111001110110011110001101001010011010110111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396C78; }

 p { color: rgb(57,108,120); }

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

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

 a { background-color: rgb(57,108,120); }

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

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

 span { border-color: rgb(57,108,120); }

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