#396A77

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

Shades of Bismark #396A77

Tints of Bismark #396A77

Color information

#396A77 (or 0x396A77) is unknown color: approx Bismark. HEX triplet: 39, 6A and 77. RGB value is (57,106,119). Sum of RGB (Red+Green+Blue) = 57+106+119=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #396A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396A77 is #C69588. Grayscale: #5C5C5C. Windows color (decimal): -13014409 or 7825977. OLE color: 7825977.

HSL color Cylindrical-coordinate representation of color #396A77: hue angle of 192.58º degrees, saturation: 0.35, 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 #396A77 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB57106119-
CMYK0.520.1100.53
HSL192.58º35.23%34.51%-
HSV(B)192.58º52.1%46.67%-
XYZ10.1712.5119.33-
YUV92.83142.77102.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 119 (46.88% from 255) = 42.20%
R=20.21%
G=37.59%
B=42.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571061190.520.1100.53192.5835.2334.51
Hex396A7734B035c12323
Octal7115216764130653014343
Binary111001110101011101111101001011011010111000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,106,119); }

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

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

 a { background-color: rgb(57,106,119); }

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

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

 span { border-color: rgb(57,106,119); }

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