Html Css Color HEX #3B655E Stromboli

📋 copy color: '#3B655E'

red 59 ◦ green 101 ◦ blue 94

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

Shades of Stromboli #3B655E

Tints of Stromboli #3B655E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.76%

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

R = 23.23%
G = 39.76%
B = 37.01%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#3B655E (or 0x3B655E) is known color: Stromboli. HEX triplet: 3B, 65 and 5E. RGB value is (59,101,94). Sum of RGB (Red+Green+Blue) = 59+101+94=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #3B655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B655E is #C49AA1. Grayscale: #575757. Windows color (decimal): -12884642 or 6186299. OLE color: 6186299.

HSL color Cylindrical-coordinate representation of color #3B655E: hue angle of 170º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B655E is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 59 101 94 -
CMYK 0.42 0 0.07 0.60
HSL 170º 0.26% 0.31% -
HSV(B) 170º 0.42% 0.4% -
XYZ 8.48 11.05 12.27 -
YUV 87.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 59 101 94 0.42 0 0.07 0.60 170 0.26 0.31
Hex 3B 65 5E 2A 0 7 3C AA 1A 1F
Octal 73 145 136 52 0 7 74 252 32 37
Binary 111011 1100101 1011110 101010 0 111 111100 10101010 11010 11111

Color Harmonies of #3B655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B655E

Black with #3B655E

Text Example


Text Example

White with #3B655E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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