Html Css Color HEX #3B6355 Stromboli

📋 copy color: '#3B6355'

red 59 ◦ green 99 ◦ blue 85

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

Shades of Stromboli #3B6355

Tints of Stromboli #3B6355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.74%

 BLUE value IS 85 (33.59% from 255) = 34.98%

R = 24.28%
G = 40.74%
B = 34.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#3B6355 (or 0x3B6355) is known color: Stromboli. HEX triplet: 3B, 63 and 55. RGB value is (59,99,85). Sum of RGB (Red+Green+Blue) = 59+99+85=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6355 is #C49CAA. Grayscale: #555555. Windows color (decimal): -12885163 or 5595963. OLE color: 5595963.

HSL color Cylindrical-coordinate representation of color #3B6355: hue angle of 159º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B6355 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 59 99 85 -
CMYK 0.40 0 0.14 0.61
HSL 159º 0.25% 0.31% -
HSV(B) 159º 0.4% 0.39% -
XYZ 7.91 10.51 10.21 -
YUV 85.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 59 99 85 0.40 0 0.14 0.61 159 0.25 0.31
Hex 3B 63 55 28 0 E 3D 9F 19 1F
Octal 73 143 125 50 0 16 75 237 31 37
Binary 111011 1100011 1010101 101000 0 1110 111101 10011111 11001 11111

Color Harmonies of #3B6355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6355

Black with #3B6355

Text Example


Text Example

White with #3B6355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,99,85); }

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

background-color css

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

 a { background-color: rgb(59,99,85); }

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

border-color css

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

 span { border-color: rgb(59,99,85); }

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