#396876

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

Shades of Bismark #396876

Tints of Bismark #396876

Color information

#396876 (or 0x396876) is unknown color: approx Bismark. HEX triplet: 39, 68 and 76. RGB value is (57,104,118). Sum of RGB (Red+Green+Blue) = 57+104+118=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 104 (41.02% from 255 or 37.28% 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 #396876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396876 is #C69789. Grayscale: #5B5B5B. Windows color (decimal): -13014922 or 7759929. OLE color: 7759929.

HSL color Cylindrical-coordinate representation of color #396876: hue angle of 193.77º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396876 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB57104118-
CMYK0.520.1200.54
HSL193.77º34.86%34.31%-
HSV(B)193.77º51.69%46.27%-
XYZ9.9112.0818.95-
YUV91.54142.93103.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=20.43%
G=37.28%
B=42.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571041180.520.1200.54193.7734.8634.31
Hex39687634C036c22322
Octal7115016664140663024342
Binary111001110100011101101101001100011011011000010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396876; }

 p { color: rgb(57,104,118); }

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

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

 a { background-color: rgb(57,104,118); }

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

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

 span { border-color: rgb(57,104,118); }

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