#396A5D

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

Shades of Stromboli #396A5D

Tints of Stromboli #396A5D

Color information

#396A5D (or 0x396A5D) is unknown color: approx Stromboli. HEX triplet: 39, 6A and 5D. RGB value is (57,106,93). Sum of RGB (Red+Green+Blue) = 57+106+93=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 106 - color contains mainly: green. Hex color #396A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396A5D is #C695A2. Grayscale: #595959. Windows color (decimal): -13014435 or 6122041. OLE color: 6122041.

HSL color Cylindrical-coordinate representation of color #396A5D: hue angle of 164.08º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396A5D is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB5710693-
CMYK0.4600.120.58
HSL164.08º30.06%31.96%-
HSV(B)164.08º46.23%41.57%-
XYZ8.8211.9712.2-
YUV89.87129.77104.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 106 (41.80% from 255) = 41.41%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=22.27%
G=41.41%
B=36.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57106930.4600.120.58164.0830.0631.96
Hex396A5D2E0C3Aa41e20
Octal7115213556014722443640
Binary11100111010101011101101110011001110101010010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,106,93); }

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

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

 a { background-color: rgb(57,106,93); }

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

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

 span { border-color: rgb(57,106,93); }

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