#396C7A

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

Shades of Bismark #396C7A

Tints of Bismark #396C7A

Color information

#396C7A (or 0x396C7A) is unknown color: approx Bismark. HEX triplet: 39, 6C and 7A. RGB value is (57,108,122). Sum of RGB (Red+Green+Blue) = 57+108+122=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #396C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C7A is #C69385. Grayscale: #5E5E5E. Windows color (decimal): -13013894 or 8023097. OLE color: 8023097.

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

Color convert

RGB57108122-
CMYK0.530.1100.52
HSL192.92º36.31%35.1%-
HSV(B)192.92º53.28%47.84%-
XYZ10.561320.36-
YUV94.35143.6101.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=19.86%
G=37.63%
B=42.51%

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
Decimal571081220.530.1100.52192.9236.3135.1
Hex396C7A35B034c12423
Octal7115417265130643014443
Binary111001110110011110101101011011011010011000001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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