Html Css Color HEX #3B695E Stromboli

📋 copy color: '#3B695E'

red 59 ◦ green 105 ◦ blue 94

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

Shades of Stromboli #3B695E

Tints of Stromboli #3B695E

RGB

 RED value IS 59 (23.44% from 255) = 22.87%

 GREEN value IS 105 (41.41% from 255) = 40.7%

 BLUE value IS 94 (37.11% from 255) = 36.43%

R = 22.87%
G = 40.7%
B = 36.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#3B695E (or 0x3B695E) is known color: Stromboli. HEX triplet: 3B, 69 and 5E. RGB value is (59,105,94). Sum of RGB (Red+Green+Blue) = 59+105+94=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #3B695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B695E is #C496A1. Grayscale: #595959. Windows color (decimal): -12883618 or 6187323. OLE color: 6187323.

HSL color Cylindrical-coordinate representation of color #3B695E: hue angle of 165.65º 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 #3B695E is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 59 105 94 -
CMYK 0.44 0 0.10 0.59
HSL 165.65º 0.28% 0.32% -
HSV(B) 165.65º 0.44% 0.41% -
XYZ 8.88 11.84 12.41 -
YUV 89.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 59 105 94 0.44 0 0.10 0.59 165.65 0.28 0.32
Hex 3B 69 5E 2C 0 A 3B A6 1C 20
Octal 73 151 136 54 0 12 73 246 34 40
Binary 111011 1101001 1011110 101100 0 1010 111011 10100110 11100 100000

Color Harmonies of #3B695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B695E

Black with #3B695E

Text Example


Text Example

White with #3B695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,105,94); }

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

background-color css

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

 a { background-color: rgb(59,105,94); }

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

border-color css

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

 span { border-color: rgb(59,105,94); }

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