Html Css Color HEX #3B655D Stromboli

📋 copy color: '#3B655D'

red 59 ◦ green 101 ◦ blue 93

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

Shades of Stromboli #3B655D

Tints of Stromboli #3B655D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 23.32%
G = 39.92%
B = 36.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#3B655D (or 0x3B655D) is known color: Stromboli. HEX triplet: 3B, 65 and 5D. RGB value is (59,101,93). Sum of RGB (Red+Green+Blue) = 59+101+93=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 101 - color contains mainly: green. Hex color #3B655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B655D is #C49AA2. Grayscale: #575757. Windows color (decimal): -12884643 or 6120763. OLE color: 6120763.

HSL color Cylindrical-coordinate representation of color #3B655D: hue angle of 168.57º 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 #3B655D is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 59 101 93 -
CMYK 0.42 0 0.08 0.60
HSL 168.57º 0.26% 0.31% -
HSV(B) 168.57º 0.42% 0.4% -
XYZ 8.43 11.03 12.04 -
YUV 87.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 59 101 93 0.42 0 0.08 0.60 168.57 0.26 0.31
Hex 3B 65 5D 2A 0 8 3C A9 1A 1F
Octal 73 145 135 52 0 10 74 251 32 37
Binary 111011 1100101 1011101 101010 0 1000 111100 10101001 11010 11111

Color Harmonies of #3B655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B655D

Black with #3B655D

Text Example


Text Example

White with #3B655D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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