#3A6E5D

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

Shades of Stromboli #3A6E5D

Tints of Stromboli #3A6E5D

Color information

#3A6E5D (or 0x3A6E5D) is unknown color: approx Stromboli. HEX triplet: 3A, 6E and 5D. RGB value is (58,110,93). Sum of RGB (Red+Green+Blue) = 58+110+93=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6E5D is #C591A2. Grayscale: #5C5C5C. Windows color (decimal): -12947875 or 6123066. OLE color: 6123066.

HSL color Cylindrical-coordinate representation of color #3A6E5D: hue angle of 160.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6E5D is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB5811093-
CMYK0.4700.150.57
HSL160.38º30.95%32.94%-
HSV(B)160.38º47.27%43.14%-
XYZ9.312.8412.34-
YUV92.51128.27103.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.22%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=22.22%
G=42.15%
B=35.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58110930.4700.150.57160.3830.9532.94
Hex3A6E5D2F0F39a01f21
Octal7215613557017712403741
Binary11101011011101011101101111011111110011010000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A6E5D; }

 p { color: rgb(58,110,93); }

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

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

 a { background-color: rgb(58,110,93); }

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

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

 span { border-color: rgb(58,110,93); }

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