#396979

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

Shades of Bismark #396979

Tints of Bismark #396979

Color information

#396979 (or 0x396979) is unknown color: approx Bismark. HEX triplet: 39, 69 and 79. RGB value is (57,105,121). Sum of RGB (Red+Green+Blue) = 57+105+121=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #396979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396979 is #C69686. Grayscale: #5C5C5C. Windows color (decimal): -13014663 or 7956793. OLE color: 7956793.

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

Color convert

RGB57105121-
CMYK0.530.1300.53
HSL195º35.96%34.9%-
HSV(B)195º52.89%47.45%-
XYZ10.1912.3519.94-
YUV92.47144.1102.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 121 (47.66% from 255) = 42.76%
R=20.14%
G=37.10%
B=42.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571051210.530.1300.5319535.9634.9
Hex39697935D035c32423
Octal7115117165150653034443
Binary111001110100111110011101011101011010111000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396979; }

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

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

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

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

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

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

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

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