Html Css Color HEX #3B5950 Spectra

📋 copy color: '#3B5950'

red 59 ◦ green 89 ◦ blue 80

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

Shades of Spectra #3B5950

Tints of Spectra #3B5950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.04%

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 25.88%
G = 39.04%
B = 35.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#3B5950 (or 0x3B5950) is known color: Spectra. HEX triplet: 3B, 59 and 50. RGB value is (59,89,80). Sum of RGB (Red+Green+Blue) = 59+89+80=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #3B5950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5950 is #C4A6AF. Grayscale: #4F4F4F. Windows color (decimal): -12887728 or 5265723. OLE color: 5265723.

HSL color Cylindrical-coordinate representation of color #3B5950: hue angle of 162º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B5950 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 89 80 -
CMYK 0.34 0 0.10 0.65
HSL 162º 0.2% 0.29% -
HSV(B) 162º 0.34% 0.35% -
XYZ 6.82 8.65 8.9 -
YUV 79 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 59 89 80 0.34 0 0.10 0.65 162 0.2 0.29
Hex 3B 59 50 22 0 A 41 A2 14 1D
Octal 73 131 120 42 0 12 101 242 24 35
Binary 111011 1011001 1010000 100010 0 1010 1000001 10100010 10100 11101

Color Harmonies of #3B5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5950

Black with #3B5950

Text Example


Text Example

White with #3B5950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,89,80); }

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

background-color css

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

 a { background-color: rgb(59,89,80); }

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

border-color css

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

 span { border-color: rgb(59,89,80); }

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