#396D7A

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

Shades of Bismark #396D7A

Tints of Bismark #396D7A

Color information

#396D7A (or 0x396D7A) is unknown color: approx Bismark. HEX triplet: 39, 6D and 7A. RGB value is (57,109,122). Sum of RGB (Red+Green+Blue) = 57+109+122=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #396D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D7A is #C69285. Grayscale: #5E5E5E. Windows color (decimal): -13013638 or 8023353. OLE color: 8023353.

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

Color convert

RGB57109122-
CMYK0.530.1100.52
HSL192º36.31%35.1%-
HSV(B)192º53.28%47.84%-
XYZ10.6713.2120.4-
YUV94.93143.27100.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.79%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 122 (48.05% from 255) = 42.36%
R=19.79%
G=37.85%
B=42.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal571091220.530.1100.5219236.3135.1
Hex396D7A35B034c02423
Octal7115517265130643004443
Binary111001110110111110101101011011011010011000000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,109,122); }

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

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

 a { background-color: rgb(57,109,122); }

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

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

 span { border-color: rgb(57,109,122); }

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