#396976

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

Shades of Bismark #396976

Tints of Bismark #396976

Color information

#396976 (or 0x396976) is unknown color: approx Bismark. HEX triplet: 39, 69 and 76. RGB value is (57,105,118). Sum of RGB (Red+Green+Blue) = 57+105+118=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #396976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396976 is #C69689. Grayscale: #5C5C5C. Windows color (decimal): -13014666 or 7760185. OLE color: 7760185.

HSL color Cylindrical-coordinate representation of color #396976: hue angle of 192.79º 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 #396976 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB57105118-
CMYK0.520.1100.54
HSL192.79º34.86%34.31%-
HSV(B)192.79º51.69%46.27%-
XYZ10.0112.2818.98-
YUV92.13142.6102.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=20.36%
G=37.5%
B=42.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571051180.520.1100.54192.7934.8634.31
Hex39697634B036c12322
Octal7115116664130663014342
Binary111001110100111101101101001011011011011000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396976; }

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

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

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

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

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

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

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

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