#396779

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

Shades of Bismark #396779

Tints of Bismark #396779

Color information

#396779 (or 0x396779) is unknown color: approx Bismark. HEX triplet: 39, 67 and 79. RGB value is (57,103,121). Sum of RGB (Red+Green+Blue) = 57+103+121=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #396779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396779 is #C69886. Grayscale: #5B5B5B. Windows color (decimal): -13015175 or 7956281. OLE color: 7956281.

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

Color convert

RGB57103121-
CMYK0.530.1500.53
HSL196.88º35.96%34.9%-
HSV(B)196.88º52.89%47.45%-
XYZ9.9911.9519.87-
YUV91.3144.76103.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 121 (47.66% from 255) = 43.06%
R=20.28%
G=36.65%
B=43.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571031210.530.1500.53196.8835.9634.9
Hex39677935F035c52423
Octal7114717165170653054443
Binary111001110011111110011101011111011010111000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396779; }

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

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

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

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

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

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

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

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