#396B77

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

Shades of Bismark #396B77

Tints of Bismark #396B77

Color information

#396B77 (or 0x396B77) is unknown color: approx Bismark. HEX triplet: 39, 6B and 77. RGB value is (57,107,119). Sum of RGB (Red+Green+Blue) = 57+107+119=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #396B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B77 is #C69488. Grayscale: #5D5D5D. Windows color (decimal): -13014153 or 7826233. OLE color: 7826233.

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

Color convert

RGB57107119-
CMYK0.520.1000.53
HSL191.61º35.23%34.51%-
HSV(B)191.61º52.1%46.67%-
XYZ10.2712.7219.37-
YUV93.42142.44102.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 107 (42.19% from 255) = 37.81%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=20.14%
G=37.81%
B=42.05%

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
Decimal571071190.520.1000.53191.6135.2334.51
Hex396B7734A035c02323
Octal7115316764120653004343
Binary111001110101111101111101001010011010111000000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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