Html Css Color HEX #3A685B Stromboli

📋 copy color: '#3A685B'

red 58 ◦ green 104 ◦ blue 91

#3A685B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #3A685B

Tints of Stromboli #3A685B

RGB

 RED value IS 58 (23.05% from 255) = 22.92%

 GREEN value IS 104 (41.02% from 255) = 41.11%

 BLUE value IS 91 (35.94% from 255) = 35.97%

R = 22.92%
G = 41.11%
B = 35.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#3A685B (or 0x3A685B) is known color: Stromboli. HEX triplet: 3A, 68 and 5B. RGB value is (58,104,91). Sum of RGB (Red+Green+Blue) = 58+104+91=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #3A685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A685B is #C597A4. Grayscale: #585858. Windows color (decimal): -12949413 or 5990458. OLE color: 5990458.

HSL color Cylindrical-coordinate representation of color #3A685B: hue angle of 163.04º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A685B is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 58 104 91 -
CMYK 0.44 0 0.12 0.59
HSL 163.04º 0.28% 0.32% -
HSV(B) 163.04º 0.44% 0.41% -
XYZ 8.58 11.56 11.68 -
YUV 88.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 58 104 91 0.44 0 0.12 0.59 163.04 0.28 0.32
Hex 3A 68 5B 2C 0 C 3B A3 1C 20
Octal 72 150 133 54 0 14 73 243 34 40
Binary 111010 1101000 1011011 101100 0 1100 111011 10100011 11100 100000

Color Harmonies of #3A685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A685B

Black with #3A685B

Text Example


Text Example

White with #3A685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,104,91); }

 H1.HeaderClassName
 {
   color: #3A685B;
 }
 .AnyTagClassName
 {
   color: #3A685B;
 }
</style>

background-color css

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

 a { background-color: rgb(58,104,91); }

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

border-color css

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

 span { border-color: rgb(58,104,91); }

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